On some linux systems, such as Ubuntu, /bin/sh symlinks to dash, which causes issues. Symlinking to bash may be more prudent

This commit is contained in:
Luther Goh 2011-03-01 10:02:57 +08:00
parent a709dc19b8
commit 128feb2674

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
tests=$1
if [[ $tests = "" ]]; then
tests="all"