--help flag fixed

master
Kolan Sh 2012-02-25 13:22:33 +04:00
parent 481ae5de97
commit de8d1d45ee
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ DEBUG=1
SMAKE_PARAMS=$@
# Parameters processing
TEMP=`getopt -o h:S:P:I:l:c:x:t: --long help:,sources:,package:,include:,libs:,cc:,cxx:,target: -- "$@"`
TEMP=`getopt -o h:S:P:I:l:c:x:t: --long help,sources:,package:,include:,libs:,cc:,cxx:,target: -- "$@"`
eval set -- "$TEMP"
sources_changed=false