From 28c158a5f5980722e8fa287b095c896617ba546c Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 13 Sep 2005 04:18:22 +0000 Subject: Better. --- dist/mkfilelist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/mkfilelist b/dist/mkfilelist index 31faed99..cd642527 100755 --- 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 } -- cgit v1.2.3