mkfilelist: give find an argument
This commit is contained in:
parent
4a8429a2bf
commit
3df522ce76
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 New Issue
Block a user