Skip to content

Commit 341e91a

Browse files
committed
install.sh requires bash, not bourne shell
This was causing undiagnosed non-fatal errors in CI of the form: ``` ./install.sh: 402: [[: not found ```
1 parent 6aaa174 commit 341e91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.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

33
set -e # exit on error
44

0 commit comments

Comments
 (0)