mirror of
https://git.tukaani.org/xz.git
synced 2025-03-01 06:00:45 +00:00
windows/build.bash: Fix error message
Fixes: 1ee716f74085223c8fbcae1d5a384e6bf53c0f6a
This commit is contained in:
parent
4eae859ae8
commit
a04b9dd0c7
@ -228,8 +228,8 @@ do
|
||||
[ -x "$SEVENZ" ] && break
|
||||
done
|
||||
|
||||
VER=$(sh build-aux/version.sh)
|
||||
if [ -x "$SEVENZ" ]; then
|
||||
VER=$(sh build-aux/version.sh)
|
||||
cd pkg
|
||||
"$SEVENZ" a -tzip ../xz-$VER-windows.zip *
|
||||
"$SEVENZ" a ../xz-$VER-windows.7z *
|
||||
|
Loading…
x
Reference in New Issue
Block a user