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 . |
|
sort | sed 's;^./;;' | grep . |
|
||||||
awk -vplan9'='$PLAN9 '
|
awk -vplan9'='$PLAN9 '
|
||||||
function cat(s) {
|
function cat(s) {
|
||||||
print $0, s
|
print line0, s
|
||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -28,6 +28,7 @@ awk -vplan9'='$PLAN9 '
|
||||||
}
|
}
|
||||||
|
|
||||||
# Eliminate unmentionables.
|
# Eliminate unmentionables.
|
||||||
|
{ line0 = $0 }
|
||||||
/^CVS\// { next }
|
/^CVS\// { next }
|
||||||
/\/CVS\// { next }
|
/\/CVS\// { next }
|
||||||
/\.#/ { next }
|
/\.#/ { next }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue