Skip to content

Commit 9954b64

Browse files
committed
Use sh instead of bash for configure
Not everywhere has bash installed or installs it to /bin/bash Given that there's no bash-specific features in configure, it makes sense to just use sh
1 parent 9d9a128 commit 9954b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
PYTHON=${PYTHON:-python}
44

0 commit comments

Comments
 (0)