|
From: Robert W. <rj...@du...> - 2004-01-03 18:50:25
|
> Oops - that came from me. I didn't realise it was a BSD-sed thing.
I removed it, but the tests were still failing. I had to make this diff
to get the tests running on linux again:
7c7
< sed -E "s/(=3D=3D|--|\+\+|\*\*)[0-9]{1,5}(=3D=3D|--|\+\+|\*\*) //" =
|
---
> sed "s/\(=3D=3D\|--\|\+\+\|\*\*\)[0-9]\{1,5\}\(=3D=3D\|--\|\+\+\|\*\*\) /=
/" |
Regards,
Robert.
--=20
Robert Walsh
Amalgamated Durables, Inc. - "We don't make the things you buy."
Email: rj...@du...
|