mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
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
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PYTHON=${PYTHON:-python}
|
|
|
|
$PYTHON scons/scons.py --implicit-deps-changed configure "$@"
|