mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
mkfilelist: give find an argument
This commit is contained in:
parent
4a8429a2bf
commit
3df522ce76
1 changed files with 1 additions and 1 deletions
2
dist/mkfilelist
vendored
2
dist/mkfilelist
vendored
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/plan9/bin/rc
|
||||
|
||||
@{cd $PLAN9; find -type f -print; find -type d -print | sed 's;$;/;'} |
|
||||
@{cd $PLAN9; find . -type f -print; find . -type d -print | sed 's;$;/;'} |
|
||||
sort | sed 's;^./;;' | grep . |
|
||||
awk -vplan9'='$PLAN9 '
|
||||
function cat(s) {
|
||||
|
|
Loading…
Reference in a new issue