aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-03-26 14:57:39 +0000
committerrsc <devnull@localhost>2007-03-26 14:57:39 +0000
commit96f54e3fff8967000ed5bd5bd4501e47d194045d (patch)
treeec3e39ef3d0c47464afd44328d79d2c4865c33df /bin
parent4b241872ef56389e6bcf4ab602cd52989cf3151d (diff)
downloadplan9port-96f54e3fff8967000ed5bd5bd4501e47d194045d.tar.gz
plan9port-96f54e3fff8967000ed5bd5bd4501e47d194045d.tar.bz2
plan9port-96f54e3fff8967000ed5bd5bd4501e47d194045d.zip
cope with new gcc error syntax
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index 7cec21d5..96438197 100755
--- a/bin/9l
+++ b/bin/9l
@@ -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
}