From 30481f427c2adcfe890916da3724592128c9a932 Mon Sep 17 00:00:00 2001 From: Aleksey Manevich Date: Thu, 20 Oct 2016 00:26:54 +0300 Subject: fix building on systems without bash --- mkuid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkuid.sh') diff --git a/mkuid.sh b/mkuid.sh index c95741043..a59f58143 100755 --- a/mkuid.sh +++ b/mkuid.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh echo "extracting UID_MIN and GID_MIN" echo "#ifndef FIREJAIL_UIDS_H" > uids.h -- cgit v1.2.3-54-g00ecf