aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mkfile
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-07-03 18:07:06 +0000
committerwkj <devnull@localhost>2004-07-03 18:07:06 +0000
commitd900f50c1eed6f488f2745b3994e5dbc9211db9d (patch)
tree07e042bc03fea4eccbdf795221a7b73e182b4e14 /src/cmd/mkfile
parent5241ed2bc2c0a0553c75b628d16d3b588cdee685 (diff)
downloadplan9port-d900f50c1eed6f488f2745b3994e5dbc9211db9d.tar.gz
plan9port-d900f50c1eed6f488f2745b3994e5dbc9211db9d.tar.bz2
plan9port-d900f50c1eed6f488f2745b3994e5dbc9211db9d.zip
Empty changelog
Diffstat (limited to 'src/cmd/mkfile')
-rw-r--r--src/cmd/mkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mkfile b/src/cmd/mkfile
index 1dc36576..45678822 100644
--- a/src/cmd/mkfile
+++ b/src/cmd/mkfile
@@ -6,7 +6,7 @@ SHORTLIB=sec fs mux regexp9 thread bio 9
<$PLAN9/src/mkmany
BUGGERED='CVS|faces|factotum|mailfs|scat|upas|vac|venti|vncv|postscript|mnihongo|mpm|index'
-DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"`
+DIRS=lex `ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"|egrep -v '^lex$'`
<$PLAN9/src/mkdirs