Commit f7e02a80 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: fix exit code

parent 5373c8b4
...@@ -343,7 +343,7 @@ if [ -n "$CLONEGIT" ] ; then ...@@ -343,7 +343,7 @@ if [ -n "$CLONEGIT" ] ; then
giter $GITHOST list packages $PKGNAME giter $GITHOST list packages $PKGNAME
fi fi
exit $0 exit 0
fi fi
if [ -n "$MIGRATEGIRAR" ] ; then if [ -n "$MIGRATEGIRAR" ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment