commit | 28c158a5f5980722e8fa287b095c896617ba546c | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Sep 13 04:18:22 2005 +0000 |
committer | rsc <devnull@localhost> | Tue Sep 13 04:18:22 2005 +0000 |
tree | 118b72ae76d0f7b601175effd06dcbf3dc58d594 | |
parent | 54705b4aba944497f0c9ae37f4731d49273647dd [diff] [blame] |
Better.
diff --git a/dist/mkfilelist b/dist/mkfilelist index 31faed9..cd64252 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 @@ } # Eliminate unmentionables. + { line0 = $0 } /^CVS\// { next } /\/CVS\// { next } /\.#/ { next }