From c743f4cad8f8953ba711ea4c0527552c2c408eee Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 7 Jan 2006 17:54:20 +0000 Subject: [PATCH] Improve handling of script file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3249 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index f1d2c5661..17e3a0897 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -9030,7 +9030,7 @@ generate_firewall() # $1 = File Name run_user_exit started case $1 in - ./*|../*|/*) + */*) file=$1 ;; *)