From d37a5bb1d073c43d40a5ed585dfff03d23fd439d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Oct 2003 16:57:31 +0000 Subject: misc perl_checker cleanups --- perl-install/standalone/drakpxe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakpxe') diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 0b93a2f73..4ceb492c7 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -438,8 +438,8 @@ shared-network "mynetwork" { print F " pool { range $_->{start_ip} $_->{end_ip}; "; - print F " allow members of \"$_\";\n" foreach keys %{$_->{allow}}; - print F " deny members of \"$_\";\n" foreach keys %{$_->{deny}}; + print F qq( allow members of "$_";\n) foreach keys %{$_->{allow}}; + print F qq( deny members of $_";\n) foreach keys %{$_->{deny}}; print F " }\n"; } print F qq( -- cgit v1.2.1