Fix getopts

This commit is contained in:
Matt Nadareski
2024-04-24 01:35:59 -04:00
parent 262b91de65
commit a9bc4a2bfe

View File

@@ -8,7 +8,7 @@
# Optional parameters
NO_BUILD=false
while getopts "uba" OPTION
while getopts "b" OPTION
do
case $OPTION in
b)