fixx blank in lsdef output
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1895 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ffe2b0d16f
commit
7daec17016
@ -2430,7 +2430,7 @@ sub defls
|
||||
{
|
||||
|
||||
# don't print unless set
|
||||
if ($attrval ne " ")
|
||||
if ( $attrval && ($attrval ne " "))
|
||||
{
|
||||
my $rsp;
|
||||
$rsp->{data}->[0] =
|
||||
|
Loading…
Reference in New Issue
Block a user