diff options
author | rsc <devnull@localhost> | 2005-07-15 20:44:30 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-15 20:44:30 +0000 |
commit | ac39f019494b1ae0c037cf4dd99de70ade7d9c64 (patch) | |
tree | 3f5f91aee93aecbb96147f3ae6273369124b3eef | |
parent | 1ead309d77ec480fe2210010e6d427e1dddd14a0 (diff) | |
download | plan9port-ac39f019494b1ae0c037cf4dd99de70ade7d9c64.tar.gz plan9port-ac39f019494b1ae0c037cf4dd99de70ade7d9c64.tar.bz2 plan9port-ac39f019494b1ae0c037cf4dd99de70ade7d9c64.zip |
explain why
-rwxr-xr-x | dist/isum | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |