commit 3df522ce763ba9b478c1c866ecfc5d00c20d23d3 from: Albert Lee date: Tue Dec 02 00:03:49 2008 UTC mkfilelist: give find an argument commit - 4a8429a2bff8363d2ab0aa8913d9cd82f115c584 commit + 3df522ce763ba9b478c1c866ecfc5d00c20d23d3 blob - 4061e1cf352f859bcbf873e719d285494dcf003d blob + eaea893304421c304e647bbb52179f4abddeb159 --- dist/mkfilelist +++ 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) {