]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
windows/build.bash: Add quotes
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 24 May 2025 09:01:35 +0000 (12:01 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 24 May 2025 09:42:17 +0000 (12:42 +0300)
In this case they aren't needed but it's better style.

windows/build.bash

index e27e9ec954af596469e5f7a43d0f10f6a9d4f841..395d87fbfaad8a77dc0c75515d769058df9f0d23 100644 (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"