mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
use bash in all shell scripts
This commit is contained in:
parent
cb39896a1f
commit
46de22da2c
@ -29,7 +29,7 @@ Import('env')
|
||||
|
||||
config_env = env.Clone()
|
||||
|
||||
config_variables = '''#!/bin/sh
|
||||
config_variables = '''#!/bin/bash
|
||||
|
||||
## variables
|
||||
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
python scons/scons.py --implicit-deps-changed configure "$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user