Merge "Use bash for generated scripts"
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
sh_bang_template = (' && '.join([
|
sh_bang_template = (' && '.join([
|
||||||
"echo '#!/bin/sh -eu' > $OUT",
|
"echo '#!/bin/bash -eu' > $OUT",
|
||||||
'echo "# this script should run from the root of your workspace." >> $OUT',
|
'echo "# this script should run from the root of your workspace." >> $OUT',
|
||||||
'echo "" >> $OUT',
|
'echo "" >> $OUT',
|
||||||
"echo 'if [[ -n \"$${VERBOSE:-}\" ]]; then set -x ; fi' >> $OUT",
|
"echo 'if [[ -n \"$${VERBOSE:-}\" ]]; then set -x ; fi' >> $OUT",
|
||||||
|
Reference in New Issue
Block a user