diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh index 390182d86d2..de0d04fc153 100755 --- a/tools/build/build_asf.sh +++ b/tools/build/build_asf.sh @@ -36,16 +36,16 @@ usage(){ echo " -h" } -while getopts v:s:o:b:t:u:c:h opt +while getopts v:s:o:b:u:tch opt do case "$opt" in v) version="$OPTARG";; s) sourcedir="$OPTARG";; o) outputdir="$OPTARG";; b) branch="$OPTARG";; - t) tag='yes';; + t) tag="yes";; u) certid="$OPTARG";; - c) committosvn='yes';; + c) committosvn="yes";; h) usage exit 0;; /?) # unknown flag