Commit 4f356ea5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix repl again

parent 4dba1a5d
......@@ -90,10 +90,10 @@ tolocal_anyrepl()
ALTPKGNAME=$GREP
TARGETPKGNAME="$FIXNEWRESULT"
# return if no chance to replace anymore
# return if no chance to replace
[ "$FIXNEWRESULT" = "$GREP" ] && return 1
# HACK: return if we get complex result
[ "$FIXNEWRESULT" = "$NEWRESULT" ] && return 1
[ "$FIXNEWRESULT" = "$NEWRESULT" ] && return 0
# try to resolve recursive
tolocal_anyrepl "$FIXNEWRESULT" $@
......
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