Commit 7acb46aa authored by Etersoft builder's avatar Etersoft builder

tolocal_anyrepl: disable recursive call

parent e80f5c12
...@@ -135,8 +135,9 @@ tolocal_anyrepl() ...@@ -135,8 +135,9 @@ tolocal_anyrepl()
# HACK: return if we get complex result # HACK: return if we get complex result
[ "$FIXNEWRESULT" != "$NEWRESULT" ] && return 0 [ "$FIXNEWRESULT" != "$NEWRESULT" ] && return 0
# this recursive needs to be argumented
# try to resolve recursive # try to resolve recursive
tolocal_anyrepl "$FIXNEWRESULT" $@ #tolocal_anyrepl "$FIXNEWRESULT" $@
return 0 return 0
} }
......
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