-h flag fixed

This commit is contained in:
Kolan Sh 2012-02-25 22:03:35 +04:00
parent 6c63a7805c
commit 73197d7be8
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 hS:P:I:l:c:x:t: --long help,sources:,package:,include:,libs:,cc:,cxx:,target: -- "$@"`
eval set -- "$TEMP"
sources_changed=false