diff --git a/perl-xCAT/xCAT/Postage.pm b/perl-xCAT/xCAT/Postage.pm index 59961266a..a6df68670 100644 --- a/perl-xCAT/xCAT/Postage.pm +++ b/perl-xCAT/xCAT/Postage.pm @@ -141,7 +141,7 @@ sub makescript { push @scriptd, "export $attribute\n"; } else { # not Master attribute - push @scriptd, "$attribute=".$value."\n"; + push @scriptd, "$attribute='".$value."'\n"; push @scriptd, "export $attribute\n"; } }