From 3df522ce763ba9b478c1c866ecfc5d00c20d23d3 Mon Sep 17 00:00:00 2001 From: Albert Lee Date: Mon, 1 Dec 2008 19:03:49 -0500 Subject: mkfilelist: give find an argument --- dist/mkfilelist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') 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) { -- cgit v1.2.3