Skip to content

Commit 084b4e9

Browse files
committed
update.sh: Use /bin/sh.
It doesn't require /bin/bash and /bin/sh is more accessible.
1 parent 382e053 commit 084b4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
set -e
33

44
go install github.com/gopherjs/gopherjs/...

0 commit comments

Comments
 (0)