From 4d2e9c98b5b886d80fb7396aef89ca50b0d5fcfe Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 27 Sep 2009 23:33:29 +0200 Subject: Use #!/bin/bash instead of #!/bin/sh The script makes big use of bashisms. --- sutils/MAKEDEV.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh index c9bd209f..260e93bf 100644 --- a/sutils/MAKEDEV.sh +++ b/sutils/MAKEDEV.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Make standard devices # -- cgit v1.2.3