1
0
mirror of https://git.tukaani.org/xz.git synced 2025-10-05 16:58:17 +00:00

windows/build.bash: Add quotes

In this case they aren't needed but it's better style.
This commit is contained in:
Lasse Collin 2025-05-24 12:01:35 +03:00
parent 37a57a926d
commit 8e4153253e
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -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"