mirror of
https://github.com/tukaani-project/xz
synced 2026-06-08 17:59:00 +00:00
windows/build.bash: Add quotes
In this case they aren't needed but it's better style.
This commit is contained in:
+2
-2
@@ -231,8 +231,8 @@ done
|
||||
VER=$(sh build-aux/version.sh)
|
||||
if [ -x "$SEVENZ" ]; then
|
||||
cd pkg
|
||||
"$SEVENZ" a -tzip ../xz-$VER-windows.zip *
|
||||
"$SEVENZ" a ../xz-$VER-windows.7z *
|
||||
"$SEVENZ" a -tzip "../xz-$VER-windows.zip" *
|
||||
"$SEVENZ" a "../xz-$VER-windows.7z" *
|
||||
else
|
||||
echo
|
||||
echo "NOTE: 7z was not found. xz-$VER-windows.zip"
|
||||
|
||||
Reference in New Issue
Block a user