Skip to content

Commit 901ebe6

Browse files
committed
Fix shebang for benchmarks script
1 parent 6a5c189 commit 901ebe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/run.sh

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

33
# Get the directory containing this script, see
44
# https://stackoverflow.com/a/29835459/704831

0 commit comments

Comments
 (0)