summaryrefslogtreecommitdiffstats
path: root/perl-install/network/tools.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/tools.pm')
-rw-r--r--perl-install/network/tools.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm
index d68f93747..8f81c4c1b 100644
--- a/perl-install/network/tools.pm
+++ b/perl-install/network/tools.pm
@@ -173,7 +173,7 @@ sub test_connected {
local $|=1;
my ($cmd) = @_;
- if (!defined $current_connection_status) { $current_connection_status = -1; }
+ if (!defined $current_connection_status) { $current_connection_status = -1 }
if ($cmd == 0) {
if (defined $kid_pipe_connect) {