diff --git a/build.sh b/build.sh index 9d0a76793b..35f10176d0 100755 --- a/build.sh +++ b/build.sh @@ -748,7 +748,7 @@ MAKE_TARGET=unknown if [[ -n "$2" ]] ; then parse_build_info $2 fi -$ECHO "args $#" + if [ "$#" -gt 3 ]; then usage $ECHO "error: too many arguments"