From: Ian Jackson Date: Sun, 22 Aug 2010 19:42:06 +0000 (+0100) Subject: fix new build script X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-owen.git;a=commitdiff_plain;h=88e893f54f5eb4a2b7370d83761c790f6de37db0 fix new build script --- diff --git a/build-sh b/build-sh index eb3d1e2..51c5dd1 100755 --- a/build-sh +++ b/build-sh @@ -5,7 +5,7 @@ set -e case "$#.$1" in -0) ;; +0.) ;; *.-*) echo >&2 'no options allowed'; exit 1;; *) echo >&2 'no arguments allowed'; exit 1;; esac