plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 28c158a5f5980722e8fa287b095c896617ba546c
parent 54705b4aba944497f0c9ae37f4731d49273647dd
Author: rsc <devnull@localhost>
Date:   Tue, 13 Sep 2005 04:18:22 +0000

Better.

Diffstat:
Mdist/mkfilelist | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dist/mkfilelist b/dist/mkfilelist @@ -4,7 +4,7 @@ sort | sed 's;^./;;' | grep . | awk -vplan9'='$PLAN9 ' function cat(s) { - print $0, s + print line0, s next } @@ -28,6 +28,7 @@ awk -vplan9'='$PLAN9 ' } # Eliminate unmentionables. + { line0 = $0 } /^CVS\// { next } /\/CVS\// { next } /\.#/ { next }