1
0
mirror of https://git.tukaani.org/xz.git synced 2025-03-01 14:10:47 +00:00

windows/build.bash: Fix error message

Fixes: 1ee716f74085223c8fbcae1d5a384e6bf53c0f6a
(cherry picked from commit a04b9dd0c7c74fabd8c393d2dc68a221276d6e29)
This commit is contained in:
Lasse Collin 2025-01-22 16:55:09 +02:00
parent 5ae7958dbc
commit 990c769a5e
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -228,8 +228,8 @@ do
[ -x "$SEVENZ" ] && break
done
if [ -x "$SEVENZ" ]; then
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 *