Commit fe61751b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repack: make fatal any errors in repack scripts

parent d3778a69
......@@ -146,7 +146,7 @@ __apply_fix_code()
[ -x "$repackcode" ] || return
shift
export PATH=$PROGDIR:$PATH
docmd $repackcode "$1" "$2" || warning "There was errors with $repackcode script"
docmd $repackcode "$1" "$2" || fatal "There is an error from $repackcode script"
}
__create_rpmmacros()
......
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