Fixed the spaces.
This commit is contained in:
parent
bded568aa0
commit
b562a07251
2
reslog
2
reslog
@ -2273,7 +2273,7 @@ sub open_append : method {
|
|||||||
open STDIN, "<&", $FHT or die "$THIS_FILE: tempfile: $!";
|
open STDIN, "<&", $FHT or die "$THIS_FILE: tempfile: $!";
|
||||||
# Start the process
|
# Start the process
|
||||||
if ($^O eq "MSWin32") {
|
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 {
|
} else {
|
||||||
open $PHT, "-|", @_ or die "$THIS_FILE: $CMD_T: $!";
|
open $PHT, "-|", @_ or die "$THIS_FILE: $CMD_T: $!";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user