mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-10 16:15:10 +02:00
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:
@ -1313,7 +1313,7 @@ map_old_action() # $1 = Potential Old Action
|
|||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if [ -f $(find_file $1) ]; then
|
if [ -f $(find_file macro.$1) ]; then
|
||||||
echo $1
|
echo $1
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user