Skip to content

Commit 6c3d3f9

Browse files
authored
fix arg quoting
1 parent 9747712 commit 6c3d3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ then
5656
else
5757
# actual build
5858
cmake -S . -B build
59-
cmake --build build $@
59+
cmake --build build "$@"
6060
if [[ -n "${DESTDIR}" ]]
6161
then
6262
cmake --install build

0 commit comments

Comments
 (0)