mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-21 22:34:58 +00:00
Fix version for getopts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user