Undid the Remote->call to System->call piping

Builds have been failing since this change. Debugging is needed but it's
too large a task for just now.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 1 year ago
parent 081c5ea90e
commit e0a4bd4d69
  1. 5
      Anvil/Tools/Remote.pm

@ -338,7 +338,9 @@ sub call
password => $anvil->Log->is_secure($password),
}});
}
### NOTE: This caused problems that are currently unsolved.
=cut
# If the call is to ourselves, switch to a local system call.
if ($anvil->Network->is_local({host => $target}))
{
@ -351,6 +353,7 @@ sub call
return($output, "local", $return_code);
}
=cut
if (not $shell_call)
{

Loading…
Cancel
Save