Skip to content

Commit eaee403

Browse files
author
Simon Rit
committed
BUG: Do not split command line arguments of Linux dependencies
1 parent ee05fd4 commit eaee403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dockcross-manylinux-build-module-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ for MODULE_INFO in ${ITK_MODULE_PREQ_TOPLEVEL//:/ }; do
6969
fi
7070

7171
echo "Building module dependency ${MODULE_NAME}"
72-
./dockcross-manylinux-download-cache-and-build-module-wheels.sh $@
72+
./dockcross-manylinux-download-cache-and-build-module-wheels.sh "$@"
7373
popd
7474

7575
echo "Cleaning up module dependency"

0 commit comments

Comments
 (0)