From ad4b3a69c716fae5cb3e33361456e4905807bb13 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Thu, 20 Feb 2003 21:10:24 +0000 Subject: perl_checker --- perl-install/standalone/drakTermServ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakTermServ') diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ index eaf9569a5..f39c2c3b9 100755 --- a/perl-install/standalone/drakTermServ +++ b/perl-install/standalone/drakTermServ @@ -540,7 +540,7 @@ sub make_nbi { $model && $iter or return; my $value = $model->get($iter, 0); my $path = $model->get_path_str($iter); - if ( $path !~ /:/ ) { + if ($path !~ /:/) { $kernel = $value; } else { my @elements = split(/:/, $path); @@ -767,7 +767,7 @@ sub maintain_clients { $model && $iter or return; my $value = $model->get($iter, 0); my $path = $model->get_path_str($iter); - if ( $path !~ /:/ ) { + if ($path !~ /:/) { $client = $value; $citer = $iter; } else { -- cgit v1.2.1