diff --git a/xCAT-server/lib/perl/xCAT/Postage.pm b/xCAT-server/lib/perl/xCAT/Postage.pm index 504306b3b..638967207 100644 --- a/xCAT-server/lib/perl/xCAT/Postage.pm +++ b/xCAT-server/lib/perl/xCAT/Postage.pm @@ -708,7 +708,7 @@ sub get_pkglist_tex if (/^@(.*)/) { #for groups that has space in name my $save = $1; - if ($1 =~ / /) { $_ = "\@\'" . $save . "\'"; } + if ($1 =~ / /) { $_ = "\@" . $save; } } push(@otherpkgs, $_); }