tBetter. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 28c158a5f5980722e8fa287b095c896617ba546c
 (DIR) parent 54705b4aba944497f0c9ae37f4731d49273647dd
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue, 13 Sep 2005 04:18:22 +0000
       
       Better.
       
       Diffstat:
         M dist/mkfilelist                     |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dist/mkfilelist b/dist/mkfilelist
       t@@ -4,7 +4,7 @@
                sort | sed 's;^./;;' | grep . |
        awk -vplan9'='$PLAN9 '
                function cat(s) {
       -                print $0, s
       +                print line0, s
                        next
                }
                
       t@@ -28,6 +28,7 @@ awk -vplan9'='$PLAN9 '
                }
                
                # Eliminate unmentionables.
       +        { line0 = $0 }
                /^CVS\// { next }
                /\/CVS\// { next }
                /\.#/ { next }