Fixed python version argument string.

This commit is contained in:
Axel 2020-09-03 18:21:28 +02:00 committed by bernat
parent 443113c890
commit 40296dfa90
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ DO_CLEAN_INTERMEDIATE=false
PROPS_MAP_NAME=PropsMap
PACKAGE_CONFIG=Shipping
OPTS=`getopt -o h --long help,config:,no-zip,clean-intermediate,packages:,python3-version: -n 'parse-options' -- "$@"`
OPTS=`getopt -o h --long help,config:,no-zip,clean-intermediate,packages:,python-version: -n 'parse-options' -- "$@"`
if [ $? != 0 ] ; then echo "$USAGE_STRING" ; exit 2 ; fi