Fix minor ineffeciency in old action mapping

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4684 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-10-14 20:37:04 +00:00
parent 105c4e7583
commit 2e44b7f38b

View File

@ -1313,7 +1313,7 @@ map_old_action() # $1 = Potential Old Action
return
;;
*)
if [ -f $(find_file $1) ]; then
if [ -f $(find_file macro.$1) ]; then
echo $1
return
fi