2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Modify "while" to "white"

This commit is contained in:
Casandra Qiu
2016-09-19 13:08:49 -04:00
parent 208968e189
commit fa60d72e64

View File

@ -1268,7 +1268,7 @@ sub addkit
xCAT::MsgUtils->message("I", \%rsp, $callback);
}
#avoid while space in the dir name
#avoid white space in the dir name
$kit =~ s/(\s)/\\$1/g;
$rc = system("tar jxvf $kit -C /tmp/tmpkit/");