9954b64b6a
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
5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PYTHON=${PYTHON:-python}
|
|
|
|
$PYTHON scons/scons.py --implicit-deps-changed configure "$@"
|