mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-16 03:10:36 +00:00
change "avoid" to "support"
This commit is contained in:
@ -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/");
|
||||
|
Reference in New Issue
Block a user