We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8c2ea commit 3524583Copy full SHA for 3524583
assets/crossbuild
@@ -51,5 +51,5 @@ if [ -n "${CROSS_TRIPLE}" -a -f "${CROSS_ROOT}/bin/$binary" ]; then
51
fi
52
53
# finally exec
54
-exec "${binary}" $@
+exec "${binary}" "$@"
55
exit $?
0 commit comments