From 2869603084a7f14fb566883758f12d05bf482085 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 18 Jan 2006 15:10:55 +0000 Subject: [PATCH] More fixes for compiled programs - remove an extra blank line (I must be getting close) git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3315 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index a36dbebae..4745e6d37 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -9382,7 +9382,6 @@ initialize() { __EOF__ if [ -z "$EXPORT" ]; then cat >> $RESTOREBASE << __EOF__ - if [ ! -f /usr/share/shorewall/version ] || [ \$(cat /usr/share/shorewall/version) != $VERSION ]; then error_message "ERROR: This script requires Shorewall version $VERSION" exit 2