From 8a2a3fd74b2a9a2a621f2e6ed38bd0c32f205679 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 1 Jul 1997 12:05:54 +0000 Subject: [PATCH] Only list readable directories --- first/mk_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first/mk_config b/first/mk_config index 6af9ee9b1..3b705ade4 100755 --- a/first/mk_config +++ b/first/mk_config @@ -7,7 +7,7 @@ echo "echo $SYSNAME" > $CONFIG/bin/ack_sys chmod +x $CONFIG/bin/ack_sys cd $SRC_HOME -find . -type d -print > $CONFIG/dir_list +find . -type d -perm -555 -print > $CONFIG/dir_list cd $CONFIG for i in mach/*/libsys -- 2.34.1