fixed a typo in DBobjectdefs.pm. caused lsdef -t node -o can not support regular expression
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3992 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
db25b8cac4
commit
9740b12008
@ -528,7 +528,7 @@ sub processArgs
|
||||
}
|
||||
elsif ($::opt_t eq 'node')
|
||||
{
|
||||
if (($::command ne 'mkdef') && ($a =~ m/^\//))
|
||||
if (($::command ne 'mkdef') && ($::opt_o =~ m/^\//))
|
||||
{
|
||||
@::clobjnames = &noderange($::opt_o, 1); #Use the "verify" option to support regular expression
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user