Skip to content

Commit 128feb2

Browse files
committed
On some linux systems, such as Ubuntu, /bin/sh symlinks to dash, which causes issues. Symlinking to bash may be more prudent
1 parent a709dc1 commit 128feb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
tests=$1
33
if [[ $tests = "" ]]; then
44
tests="all"

0 commit comments

Comments
 (0)