aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuther Goh2011-03-01 10:02:57 +0800
committerLuther Goh2011-03-01 10:02:57 +0800
commit128feb267409ee45ee5225a34aab038ddf3518fa (patch)
tree927de8b15bd5b1f61ebe278004a0e5e71c76c6a6
parenta709dc19b8b3c3e71970fde6f274cba202e57775 (diff)
downloadangular.js-128feb267409ee45ee5225a34aab038ddf3518fa.tar.bz2
On some linux systems, such as Ubuntu, /bin/sh symlinks to dash, which causes issues. Symlinking to bash may be more prudent
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
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"