You need to sign in or sign up before continuing.
Commit 1d1c9641 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: return on failed erc

parent 9606806d
...@@ -65,7 +65,7 @@ repack_tarball() ...@@ -65,7 +65,7 @@ repack_tarball()
mv -f "$1" "$2" mv -f "$1" "$2"
return return
fi fi
docmd erc -f repack "$1" "$2" docmd erc -f repack "$1" "$2" || return
# remove original # remove original
rm -f "$1" rm -f "$1"
} }
......
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