Fix too many -t with -t flag.
This commit is contained in:
parent
213d02c4e5
commit
32e5eb6681
|
|
@ -51,7 +51,7 @@ while true ; do
|
||||||
-X) target="xnf" ; shift ;;
|
-X) target="xnf" ; shift ;;
|
||||||
-o) outputFile=$2 ; shift 2 ;;
|
-o) outputFile=$2 ; shift 2 ;;
|
||||||
-s) topModule="-s $2 " ; shift 2 ;;
|
-s) topModule="-s $2 " ; shift 2 ;;
|
||||||
-t) target="-t $2" ; shift 2 ;;
|
-t) target="$2" ; shift 2 ;;
|
||||||
-x) execute="true"; shift ;;
|
-x) execute="true"; shift ;;
|
||||||
--) shift ; break ;;
|
--) shift ; break ;;
|
||||||
*) echo "Internal error! Arg is $1 " ; exit 1 ;;
|
*) echo "Internal error! Arg is $1 " ; exit 1 ;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue