Hi Bruno, * Bruno Haible wrote on Fri, Sep 05, 2008 at 01:09:19AM CEST: > > Mostly ok, but not exactly. The modification in line 2505 is not necessary; > actually it would cause no-op sed invocations to happen. Also, I prefer a > variable instead of a literal string - as a place where we can put a comment. > Applied as below.
Thanks, using a variable is definitely more readable here. Cheers, Ralf > +# sed_noop is a sed expression that does nothing. > +# An empty expression does not work with the native 'sed' on AIX 6.1. > +sed_noop='s,x,x,'