From 5782f44dbcbe9b945fa6642aa3e78fac8cbb8ba3 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 3 Sep 2006 22:55:18 +0000 Subject: [PATCH] Fix problem with down-rev Shorewall Lite git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4506 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index 839a60a97..83bb68daf 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -4651,7 +4651,7 @@ __EOF__ cat >&3 << __EOF__ -. \${SHAREDIR}/lib.base +[ -f \${SHAREDIR}/lib.base ] && . \${SHAREDIR}/lib.base || . \${SHAREDIR}/functions __EOF__ compile_stop_firewall