Skip to content

Commit

Permalink
windows/build.bash: Fix error message
Browse files Browse the repository at this point in the history
Fixes: 1ee716f
  • Loading branch information
Larhzu committed Jan 22, 2025
1 parent 4eae859 commit a04b9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit a04b9dd

Please sign in to comment.