From 377b23e183acb3ed13333f32cfbfafc55df6ee88 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 26 Mar 2007 02:16:23 +0000 Subject: [PATCH] A litle more simplification git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5696 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/compiler.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/New/compiler.pl b/New/compiler.pl index 4d0b31723..fb68b2a53 100755 --- a/New/compiler.pl +++ b/New/compiler.pl @@ -139,8 +139,8 @@ sub generate_script_1 { '[ -n "${VERBOSE:=0}" ]', '[ -n "${RESTOREFILE:=$RESTOREFILE}" ]', '[ -n "$LOGFORMAT" ] || LOGFORMAT="Shorewall:%s:%s:"', - join( '', 'VERSION="', $env{VERSION}, '"' ) , - "PATH=\"$config{PATH}\"" , + qq(VERSION="$env{VERSION}") , + qq(PATH="$config{PATH}") , 'TERMINATOR=fatal_error' ); if ( $config{IPTABLES} ) {