We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4430b commit a371468Copy full SHA for a371468
modules/package/package.sh
@@ -17,6 +17,6 @@ zip=$(dirname "$0")/vendor/zip-$platform-$cpu
17
find . -exec touch -t 204901010000 {} +
18
19
mkdir -p $(dirname $output)
20
-$zip -9ry $@
+$zip -9ry "$@"
21
22
echo '{"outputFile": "'$output'"}' >&3
0 commit comments