From 486a865bef8c42ab2fc20c54d9342d3b206d61f6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 22 Apr 2012 16:03:26 -0400 Subject: Exit on incorrect usage of genopkg.sh. --- diff --git a/genopkg.sh b/genopkg.sh index e2e172b..285740a 100755 --- a/genopkg.sh +++ b/genopkg.sh @@ -7,6 +7,7 @@ if [ ${#} -ne 2 ]; then printf 'Usage: %s platform architecture\n' "${0}" + exit 1 fi platform=${1} arch=${2} -- cgit v0.9.1