setup_git_package fix

This commit is contained in:
Adam Samalik 2015-03-26 10:09:33 +01:00
parent 8ed0808b4b
commit 4884671202

View file

@ -47,7 +47,7 @@ if [ $# -eq 0 ]; then
exit -1
fi
OPTS=$(getopt -o h -l help -l email-domain: -l pkg-owner-emails: -- "$@")
OPTS=$(getopt -o h -l help -l email-domain: -l pkg-owner-emails: -l default-branch-author: -- "$@")
if [ $? != 0 ]
then
exit 1