Fix version for getopts

This commit is contained in:
Matt Nadareski
2026-09-21 09:23:13 -04:00
parent d44873b37b
commit f83dbee1b1

View File

@@ -15,7 +15,7 @@ NO_BUILD=false
NO_ARCHIVE=false
HAS_VERSION=false
VERSION="NONE"
while getopts "udba" OPTION; do
while getopts "udbav:" OPTION; do
case $OPTION in
u)
USE_ALL=true