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;