Skip to content

Commit bbdcb07

Browse files
authored
Update e2e-kitchensink.sh
1 parent 5317b3f commit bbdcb07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/e2e-kitchensink.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ trap 'set +x; handle_exit' SIGQUIT SIGTERM SIGINT SIGKILL SIGHUP
6262
# Echo every command being executed
6363
set -x
6464

65+
# Don't expand globs
66+
set -f
67+
6568
# Go to root
6669
cd ..
6770
root_path=$PWD

0 commit comments

Comments
 (0)