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
This commit is contained in:
parent
9d9a1283d6
commit
9954b64b6a
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
PYTHON=${PYTHON:-python}
|
PYTHON=${PYTHON:-python}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue