fix for bug 3593: check_options error with makedhcp -s statements
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16419 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -840,7 +840,7 @@ sub check_options
 | 
			
		||||
                     'l|localonly'  => \$localonly,
 | 
			
		||||
                     'n'  => \$::opt_n,
 | 
			
		||||
                     'r'  => \$::opt_r,
 | 
			
		||||
                     's'  => \$statements,  # $statements is declared globally 
 | 
			
		||||
                     's=s'  => \$statements,  # $statements is declared globally 
 | 
			
		||||
                     'q'  => \$::opt_q
 | 
			
		||||
                   )) 
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user