Commit Diff


commit - 54705b4aba944497f0c9ae37f4731d49273647dd
commit + 28c158a5f5980722e8fa287b095c896617ba546c
blob - 31faed99dc65da177e50f57e13ac00854f89d5ed
blob + cd6425277c80c630ec3b23840a9065f63fda7fa2
--- dist/mkfilelist
+++ 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 }