Fix variable name error with mknimimage -m option.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1848 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -602,7 +602,7 @@ sub mknimimage | ||||
| 		'l=s'       => \$::opt_l, | ||||
| 		'i=s'       => \$::opt_i, | ||||
| 		't=s'		=> \$::NIMTYPE, | ||||
| 		'm=s'		=> \$::NIMMETHOD, | ||||
| 		'm=s'		=> \$::METHOD, | ||||
| 		'n=s'		=> \$::MKSYSBNODE, | ||||
| 		'verbose|V' => \$::VERBOSE, | ||||
| 		'v|version'  => \$::VERSION,)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user