Forked from
wine / wine
84358 commits behind the upstream repository.
-
for /f can run a program and parse its output. The program name can supply args and be quoted or not. If quoted, wine fails to run the program because internally we were adding an extra pair of quotes. These are not needed and can be removed. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39906 Signed-off-by:
Jason Edmeades <us@edmeades.me.uk> Signed-off-by:
Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 8b6ba774) Signed-off-by:
Michael Stefaniuc <mstefani@winehq.org>
for /f can run a program and parse its output. The program name can supply args and be quoted or not. If quoted, wine fails to run the program because internally we were adding an extra pair of quotes. These are not needed and can be removed. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39906 Signed-off-by:
Jason Edmeades <us@edmeades.me.uk> Signed-off-by:
Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 8b6ba774) Signed-off-by:
Michael Stefaniuc <mstefani@winehq.org>