Only list readable directories
authorceriel <none@none>
Tue, 1 Jul 1997 12:05:54 +0000 (12:05 +0000)
committerceriel <none@none>
Tue, 1 Jul 1997 12:05:54 +0000 (12:05 +0000)
first/mk_config

index 6af9ee9..3b705ad 100755 (executable)
@@ -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