mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	-Use find -path syntax to tolerate RH4
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1816 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -78,7 +78,7 @@ sub process_request { | ||||
|     my $excludestr = "find . "; | ||||
|     while (<$exlist>) { | ||||
|        chomp $_; | ||||
|        $excludestr .= "'!' -wholename '".$_."' -a "; | ||||
|        $excludestr .= "'!' -path '".$_."' -a "; | ||||
|     } | ||||
|     close($exlist); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user