mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
Better.
This commit is contained in:
parent
54705b4aba
commit
28c158a5f5
1 changed files with 2 additions and 1 deletions
3
dist/mkfilelist
vendored
3
dist/mkfilelist
vendored
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue