From b562a07251a71ec229017bfa4ac28ffbfe903484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 19 Mar 2022 21:45:16 +0800 Subject: [PATCH] Fixed the spaces. --- reslog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reslog b/reslog index c9a48ec..78fb4c7 100755 --- a/reslog +++ b/reslog @@ -2273,7 +2273,7 @@ sub open_append : method { open STDIN, "<&", $FHT or die "$THIS_FILE: tempfile: $!"; # Start the process if ($^O eq "MSWin32") { - open $PHT, "$CMD_T |" or die "$THIS_FILE: $CMD_T: $!"; + open $PHT, "$CMD_T |" or die "$THIS_FILE: $CMD_T: $!"; } else { open $PHT, "-|", @_ or die "$THIS_FILE: $CMD_T: $!"; }