diff --git a/xCAT-server/lib/xcat/plugins/kit.pm b/xCAT-server/lib/xcat/plugins/kit.pm index acee2e98e..6e135ba8c 100644 --- a/xCAT-server/lib/xcat/plugins/kit.pm +++ b/xCAT-server/lib/xcat/plugins/kit.pm @@ -1268,7 +1268,7 @@ sub addkit xCAT::MsgUtils->message("I", \%rsp, $callback); } - #avoid white space in the dir name + #support white space in the dir name $kit =~ s/(\s)/\\$1/g; $rc = system("tar jxvf $kit -C /tmp/tmpkit/");