J.D. Bronson wrote:
> # grep REPL config.status
> s%@REPL_POLICIES@%lru%g
> s%@REPL_OBJS@%repl/.a%g
> s%@REPL_LIBS@%%g
>
> ...thats at least an improvement!
Sorry, but not really.. the above lines are very incomplete. They should
read
s%@REPL_POLICIES@%lru%g
s%@REPL_OBJS@%repl/lru.a%g
s%@REPL_LIBS@%lru.a%g
The good thing is that all of them have failed in the same manner (a sed
statement where the output is lost)
What is the output on your OS when running
sh -c "echo abcd | sed -e 's%bc%YES%g'"
-- Henrik Nordstrom Squid hacker -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Tue Jan 16 2001 - 13:47:44 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:28 MST