From: ceriel Date: Tue, 1 Jul 1997 12:05:54 +0000 (+0000) Subject: Only list readable directories X-Git-Tag: release-5-5~20 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8a2a3fd74b2a9a2a621f2e6ed38bd0c32f205679;p=ack.git Only list readable directories --- 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