Skip to content

Commit 226e520

Browse files
committed
/usr/bin/env instead of /bin/env
1 parent b2cd9d8 commit 226e520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env sh
1+
#!/usr/bin/env sh
22

33
warn() {
44
echo "$1" >&2

0 commit comments

Comments
 (0)