Skip to content

Commit b7b07d7

Browse files
committed
Correctly quote "$@" in script.
1 parent 614e687 commit b7b07d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/provisioning/set-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ done
2929
exec 6>&-
3030
exec 6<&-
3131

32-
$@
32+
"$@"

0 commit comments

Comments
 (0)