From 128feb267409ee45ee5225a34aab038ddf3518fa Mon Sep 17 00:00:00 2001 From: Luther Goh Date: Tue, 1 Mar 2011 10:02:57 +0800 Subject: On some linux systems, such as Ubuntu, /bin/sh symlinks to dash, which causes issues. Symlinking to bash may be more prudent --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 91876310..d339897f 100755 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash tests=$1 if [[ $tests = "" ]]; then tests="all" -- cgit v1.2.3