From ac39f019494b1ae0c037cf4dd99de70ade7d9c64 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 15 Jul 2005 20:44:30 +0000 Subject: explain why --- dist/isum | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist') diff --git a/dist/isum b/dist/isum index ba4d5553..874b424f 100755 --- a/dist/isum +++ b/dist/isum @@ -1,3 +1,6 @@ #!/bin/sh +# LC_CTYPE=C works around stupidity in GNU grep +# With LC_CTYPE=en_US.UTF-8 this is MUCH slower. + 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 -- cgit v1.2.3