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