commit d900f50c1eed6f488f2745b3994e5dbc9211db9d parent 5241ed2bc2c0a0553c75b628d16d3b588cdee685 Author: wkj <devnull@localhost> Date: Sat, 3 Jul 2004 18:07:06 +0000 Empty changelog Diffstat:
M | src/cmd/mkfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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