build_template_rpm: exit with error when no args given

This commit is contained in:
Joanna Rutkowska 2011-11-06 14:01:58 +01:00
parent 431dcd065e
commit 622d366057

View File

@ -3,7 +3,7 @@ NAME=$1
if [ x$NAME = x ] ; then if [ x$NAME = x ] ; then
echo "usage $0 <template_name>" echo "usage $0 <template_name>"
exit exit 1
fi fi
SIGN_OPT=--sign SIGN_OPT=--sign