diff options
author | rsc <devnull@localhost> | 2005-09-13 04:18:22 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-09-13 04:18:22 +0000 |
commit | 28c158a5f5980722e8fa287b095c896617ba546c (patch) | |
tree | 118b72ae76d0f7b601175effd06dcbf3dc58d594 /dist | |
parent | 54705b4aba944497f0c9ae37f4731d49273647dd (diff) | |
download | plan9port-28c158a5f5980722e8fa287b095c896617ba546c.tar.gz plan9port-28c158a5f5980722e8fa287b095c896617ba546c.tar.bz2 plan9port-28c158a5f5980722e8fa287b095c896617ba546c.zip |
Better.
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/mkfilelist | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |