Skip to content

Commit f9f0406

Browse files
authored
Use /bin/bash in shebang
References #3321
1 parent 8e758e6 commit f9f0406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/yarn

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
argv0=$(echo "$0" | sed -e 's,\\,/,g')
33
basedir=$(dirname "$(readlink "$0" || echo "$argv0")")
44

0 commit comments

Comments
 (0)