build_template_rpm: exit with error when no args given
This commit is contained in:
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…
Reference in New Issue
Block a user