author | Alberto Bertogli
<albertito@gmail.com> 2007-08-28 05:22:24 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-08-28 05:22:24 UTC |
parent | 990b9c5d1a05d0a105bf632c55e94a16fdd7b11a |
tests/c/make.sh | +1 | -1 |
diff --git a/tests/c/make.sh b/tests/c/make.sh index ea342bc..b65696a 100755 --- a/tests/c/make.sh +++ b/tests/c/make.sh @@ -25,7 +25,7 @@ case "$1" in "clean" ) CLEAN=1 ;; - "help" | "--help" | "-h" | "" ) + "help" | "--help" | "-h" | "" | *) echo $USAGE exit 1 ;;