2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-15 19:01:44 +00:00

change "avoid" to "support"

This commit is contained in:
Casandra Qiu
2016-09-19 13:09:54 -04:00
parent fa60d72e64
commit 299e3e7118

View File

@ -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/");