From: Pierangelo Masarati Date: Wed, 5 Dec 2001 09:35:31 +0000 (+0000) Subject: better strip of diff marks X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~769 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=754258af3840f676d6a21f968067c4fe7aca1c4e;p=openldap better strip of diff marks --- diff --git a/tests/scripts/undiff.sh b/tests/scripts/undiff.sh index 09c898a190..cb9e13caf5 100755 --- a/tests/scripts/undiff.sh +++ b/tests/scripts/undiff.sh @@ -3,7 +3,6 @@ # Expunge "< " and "> " resulting from diff # awk '!/^[0-9]/ {print $0}' | \ - sed "s/^< //" | \ - sed "s/> //" | \ + sed "s/^< \|^> \|^- \|^+ //" | \ awk '/.+/ {print $0}'