SWDEV-290228 - Adding support for path with white spaces in the name
Change-Id: I84a4235f6246c72d182c744174b5a2b1eb9ad9a7
Этот коммит содержится в:
коммит произвёл
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;
|
||||
|
||||
Ссылка в новой задаче
Block a user