summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-08 10:14:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-08 10:14:47 +0000
commit8c02cf1944b1ae083e1307b22ec0e5d60504f5b1 (patch)
tree9c03e633ef454a6db26038b9499fd11abe6fc1dd
parent11c04c497b891d95eb39aab7f5dac92c9835e0b3 (diff)
downloadATCD-8c02cf1944b1ae083e1307b22ec0e5d60504f5b1.tar.gz
-rw-r--r--ACE/bin/PerlACE/ProcessVX_Unix.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/bin/PerlACE/ProcessVX_Unix.pm b/ACE/bin/PerlACE/ProcessVX_Unix.pm
index 494a47b51f0..0f38566ff6b 100644
--- a/ACE/bin/PerlACE/ProcessVX_Unix.pm
+++ b/ACE/bin/PerlACE/ProcessVX_Unix.pm
@@ -283,7 +283,7 @@ sub Spawn ()
die "ERROR: Telnet open to <" . $telnet_host . ":". $telnet_port . "> " . $t->errmsg;
}
- $t->print("\n");
+ $t->print("");
my $target_login = $ENV{'ACE_RUN_VX_LOGIN'};
my $target_password = $ENV{'ACE_RUN_VX_PASSWORD'};
@@ -298,7 +298,7 @@ sub Spawn ()
$t->print("$target_password");
}
- $t->print("\n");
+ $t->print("");
my $blk;
my $buf;