From 0a74320bc2dacfdd9a3c0c19486d2edbe0d8feb1 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 17 Oct 2009 14:23:11 -0700 Subject: [PATCH] Fix progress message --- Shorewall/Perl/Shorewall/Zones.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Zones.pm b/Shorewall/Perl/Shorewall/Zones.pm index 5c1095109..1ada59bfd 100644 --- a/Shorewall/Perl/Shorewall/Zones.pm +++ b/Shorewall/Perl/Shorewall/Zones.pm @@ -1182,7 +1182,7 @@ sub validate_hosts_file() my $fn = open_file 'hosts'; - first_entry "doing $fn..."; + first_entry "$doing $fn..."; $ipsec |= process_host while read_a_line;