Only list readable directories

This commit is contained in:
ceriel 1997-07-01 12:05:54 +00:00
parent 4ec7d8bf7f
commit 8a2a3fd74b

View file

@ -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