Skip to content

Commit e603bda

Browse files
committed
Trying quote_native instead of quote_system_string
1 parent ed3def2 commit e603bda

File tree

1 file changed

+1
-1
lines changed
  • cogkit/modules/provider-coaster/resources

1 file changed

+1
-1
lines changed

cogkit/modules/provider-coaster/resources/worker.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3244,7 +3244,7 @@ sub execPortable {
32443244
if ($WINDOWS) {
32453245

32463246
my $process;
3247-
my $cmdline = Win32::ShellQuote::quote_system_string(@$args);
3247+
my $cmdline = Win32::ShellQuote::quote_native(@$args);
32483248
my $fullpath = which($executable);
32493249
wlog DEBUG, "exec: $fullpath, cmdline: $cmdline\n";
32503250
if (!$fullpath) {

0 commit comments

Comments
 (0)