diff --git a/Shorewall/compiler b/Shorewall/compiler index d008c113e..61277bc30 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -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