regular expression noderange support with *def commands
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3552 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
5849e402cd
commit
40d9cc966a
@ -274,7 +274,7 @@ sub processArgs
|
||||
|
||||
# if the type was not provided or it is "node"
|
||||
# then set noderange
|
||||
@::noderange = &noderange($a, 0);
|
||||
@::noderange = &noderange($a, 1); # Use the "verify" option to support regular expression
|
||||
}
|
||||
|
||||
}
|
||||
@ -520,7 +520,7 @@ sub processArgs
|
||||
}
|
||||
elsif ($::opt_t eq 'node')
|
||||
{
|
||||
@::clobjnames = &noderange($::opt_o, 0);
|
||||
@::clobjnames = &noderange($::opt_o, 1); #Use the "verify" option to support regular expression
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user