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:
parent
5ae7958dbc
commit
990c769a5e
@ -228,8 +228,8 @@ do
|
|||||||
[ -x "$SEVENZ" ] && break
|
[ -x "$SEVENZ" ] && break
|
||||||
done
|
done
|
||||||
|
|
||||||
|
VER=$(sh build-aux/version.sh)
|
||||||
if [ -x "$SEVENZ" ]; then
|
if [ -x "$SEVENZ" ]; then
|
||||||
VER=$(sh build-aux/version.sh)
|
|
||||||
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 *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user