SWDEV-290228 - Adding support for path with white spaces in the name

Change-Id: I84a4235f6246c72d182c744174b5a2b1eb9ad9a7
这个提交包含在:
Arya.Rafii
2021-06-09 16:34:55 -04:00
提交者 Arya Rafii
父节点 951af38fe7
当前提交 408486d6d0
+1 -1
查看文件
@@ -296,7 +296,7 @@ foreach $arg (@ARGV)
if ($skipOutputFile) {
# TODO: handle filename with shell metacharacters
$toolArgs .= " $arg";
$toolArgs .= " \"$arg\"";
$prevArg = $arg;
$skipOutputFile = 0;
next;