build_template_rpm: exit with error when no args given

pull/1/head
Joanna Rutkowska 13 years ago
parent 431dcd065e
commit 622d366057

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

Loading…
Cancel
Save