On Sat, Jul 05, 2003 at 10:23:42AM +0200, Akim Demaille wrote: > > > This seems to make my NetBSD sed unhappy... Thoughts? > > I'm installing the following. ... > - sed -e '1{h;s/./=/g;p;x}' -e '$${p;x}' > + sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
======================================================= All 458 tests behaved as expected (3 expected failures) (14 tests were not run) ======================================================= :-) That was quick! Thanks! Patrick