use bash in all shell scripts

This commit is contained in:
Dane Springmeyer 2013-11-22 13:46:05 -08:00
parent cb39896a1f
commit 46de22da2c
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ Import('env')
config_env = env.Clone()
config_variables = '''#!/bin/sh
config_variables = '''#!/bin/bash
## variables

2
configure vendored
View file

@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
python scons/scons.py --implicit-deps-changed configure "$@"

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
failures=0