Merge pull request #1056 from BastilleBSD/tschettervictor-patch-1

This commit is contained in:
tschettervictor
2025-05-14 09:03:51 -06:00
committed by GitHub

View File

@@ -76,6 +76,10 @@ while [ "$#" -gt 0 ]; do
esac
done
if [ "$#" -lt 1 ] || [ "$#" -gt 2 ]; then
usage
fi
TARGET="${1}"
CONVERT_RELEASE="${2}"