aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rwxr-xr-xdist/mkfilelist2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/mkfilelist b/dist/mkfilelist
index 4061e1cf..eaea8933 100755
--- a/dist/mkfilelist
+++ b/dist/mkfilelist
@@ -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) {