Skip to content

Commit fa6207b

Browse files
jcebalexellis
authored andcommitted
fix: set shebang to /usr/bin/env
Signed-off-by: Jan Christoph Ebersbach <[email protected]>
1 parent d6b66c2 commit fa6207b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-tool.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

33
if [ -z $1 ];
44
then

0 commit comments

Comments
 (0)