From e0a4bd4d69ea7cdd7e02a3474e54e8e0b3331e61 Mon Sep 17 00:00:00 2001 From: digimer Date: Thu, 2 Nov 2023 23:23:25 -0400 Subject: [PATCH] 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 --- Anvil/Tools/Remote.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Anvil/Tools/Remote.pm b/Anvil/Tools/Remote.pm index 59996309..48d19651 100644 --- a/Anvil/Tools/Remote.pm +++ b/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) {