From 622d366057e1faf0a37e7250560e71764fb8f93f Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Sun, 6 Nov 2011 14:01:58 +0100 Subject: [PATCH] build_template_rpm: exit with error when no args given --- build_template_rpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_template_rpm b/build_template_rpm index 273ec58..274d7b1 100755 --- a/build_template_rpm +++ b/build_template_rpm @@ -3,7 +3,7 @@ NAME=$1 if [ x$NAME = x ] ; then echo "usage $0 " -exit +exit 1 fi SIGN_OPT=--sign