tcope with new gcc error syntax - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 96f54e3fff8967000ed5bd5bd4501e47d194045d
DIR parent 4b241872ef56389e6bcf4ab602cd52989cf3151d
HTML Author: rsc <devnull@localhost>
Date: Mon, 26 Mar 2007 14:57:39 +0000
cope with new gcc error syntax
Diffstat:
M bin/9l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/9l b/bin/9l
t@@ -316,7 +316,7 @@ fi
xtmp=/tmp/9l.$$.$USER.out
xxout() {
sed 's/.*: In function `[^:]*: *//' $xtmp | egrep . |
- egrep -v 'is almost always misused|is dangerous, better use'
+ egrep -v 'is (often|almost always) misused|is dangerous, better use'
rm -f $xtmp
}