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
This commit is contained in:
teastep 2006-01-18 15:10:55 +00:00
parent 630bc7bd5d
commit 2869603084

View File

@ -9382,7 +9382,6 @@ initialize() {
__EOF__ __EOF__
if [ -z "$EXPORT" ]; then if [ -z "$EXPORT" ]; then
cat >> $RESTOREBASE << __EOF__ cat >> $RESTOREBASE << __EOF__
if [ ! -f /usr/share/shorewall/version ] || [ \$(cat /usr/share/shorewall/version) != $VERSION ]; then if [ ! -f /usr/share/shorewall/version ] || [ \$(cat /usr/share/shorewall/version) != $VERSION ]; then
error_message "ERROR: This script requires Shorewall version $VERSION" error_message "ERROR: This script requires Shorewall version $VERSION"
exit 2 exit 2