use bash in all shell scripts
This commit is contained in:
parent
cb39896a1f
commit
46de22da2c
3 changed files with 3 additions and 3 deletions
|
@ -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 "$@"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
failures=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue