fix split in line 2130
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2600 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b2debb322d
commit
4fbba30ba0
@ -2127,8 +2127,8 @@ sub config_dsh
|
||||
&& xCAT::MsgUtils->message("I", $rsp, $::CALLBACK);
|
||||
|
||||
# Check devicetype attr and try to load device configuration
|
||||
$$options{'devicetype'} = $$options{'devicetype'} || $ENV{'DEVICETYPE'} || u
|
||||
ndef;
|
||||
$$options{'devicetype'} =
|
||||
$$options{'devicetype'} || $ENV{'DEVICETYPE'} || undef;
|
||||
if ( $$options{'devicetype'} )
|
||||
{
|
||||
$ENV{'DEVICETYPE'} = $$options{'devicetype'};
|
||||
|
Loading…
Reference in New Issue
Block a user