Merge pull request #2854 from pnorman/configure_bash
Use sh instead of bash for configure
This commit is contained in:
commit
11a90c401c
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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue