Only list readable directories
This commit is contained in:
		
							parent
							
								
									4ec7d8bf7f
								
							
						
					
					
						commit
						8a2a3fd74b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue