2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-29 08:20:53 +00:00

Fix typo in windows release script

This commit is contained in:
Jay Berkenbilt 2017-09-16 13:21:32 -04:00
parent 249e95f608
commit 4c31d3b8af

View File

@ -32,6 +32,6 @@ set +x
echo ''
echo "Finished builds for $wordsize. If not done already, rerun this"
echo "in a" `expr 64 - $wordsize` "environment."
echo "in a" `expr 96 - $wordsize` "environment."
echo 'Then run "./make_windows_releases-finish".'
echo ''