Skip to content

Commit 8a69a1d

Browse files
committed
Escaping arguments
1 parent a098ed7 commit 8a69a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildAndTest.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ while [ "${1:-}" != "" ]; do
2222
;;
2323
"--track")
2424
shift
25-
test_track="--track $1"
25+
test_track="--track \"$1\""
2626
;;
2727
esac
2828
shift

0 commit comments

Comments
 (0)