From: Doug Coleman Date: Sat, 23 Feb 2019 22:41:20 +0000 (-0600) Subject: build.sh: Remove debug.. X-Git-Tag: 0.99~3920 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=e639f2344263504d19a0c511ff10d4291db5a518 build.sh: Remove debug.. --- 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"