diff options
| author | Luther Goh | 2011-03-01 10:02:57 +0800 | 
|---|---|---|
| committer | Luther Goh | 2011-03-01 10:02:57 +0800 | 
| commit | 128feb267409ee45ee5225a34aab038ddf3518fa (patch) | |
| tree | 927de8b15bd5b1f61ebe278004a0e5e71c76c6a6 | |
| parent | a709dc19b8b3c3e71970fde6f274cba202e57775 (diff) | |
| download | angular.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-x | test.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash  tests=$1  if [[ $tests = "" ]]; then    tests="all" | 
