aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-08-31 03:57:14 +0000
committerrsc <devnull@localhost>2005-08-31 03:57:14 +0000
commitcc792bd62190cfd5a2128e9881f33a31016d952e (patch)
tree0b0d7d0c50ac221ea0c60eaae99d90595e910ba9 /dist
parent5fd59258dca20b0c155aa8c28d443a2e608219fb (diff)
downloadplan9port-cc792bd62190cfd5a2128e9881f33a31016d952e.tar.gz
plan9port-cc792bd62190cfd5a2128e9881f33a31016d952e.tar.bz2
plan9port-cc792bd62190cfd5a2128e9881f33a31016d952e.zip
Ignore loop not entered at top warnings. (Sun)
Diffstat (limited to 'dist')
-rwxr-xr-xdist/isum3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/isum b/dist/isum
index 874b424f..6b04242a 100755
--- a/dist/isum
+++ b/dist/isum
@@ -2,5 +2,6 @@
# LC_CTYPE=C works around stupidity in GNU grep
# With LC_CTYPE=en_US.UTF-8 this is MUCH slower.
+LC_CTYPE=C export LC_CTYPE
-LC_CTYPE=C egrep -v '^(\+ )?(9a|9c|9l|9ar|install|cp|cd|rm|mv|mk|9 yacc|9 lex|for i|do|done|if \[|fi|else|then)([ ]|$)|^[ ]+(\(cd|mk|gcc|cpp|cp)( |$)|^[ar] - |up to date|nothing to see here|assuming it will be an archive|conflicts:|nodes\(%e\)|packed transitions|Add these|PLAN9=|PATH=|^[ ]*$|^SYSNAME=|^OBJTYPE=|^sh |^cmp |^\./o\.rgb|^rc \./manweb' $PLAN9/install.log
+egrep -v '^(\+ )?(9a|9c|9l|9ar|install|cp|cd|rm|mv|mk|9 yacc|9 lex|for i|do|done|if \[|fi|else|then)([ ]|$)|^[ ]+(\(cd|mk|gcc|cpp|cp)( |$)|^[ar] - |up to date|nothing to see here|assuming it will be an archive|loop not entered at top|conflicts:|nodes\(%e\)|packed transitions|Add these|PLAN9=|PATH=|^[ ]*$|^SYSNAME=|^OBJTYPE=|^sh |^cmp |^\./o\.rgb|^rc \./manweb' $PLAN9/install.log