diff --git a/Shorewall/Perl/lib.core b/Shorewall/Perl/lib.core index 68effbd92..d03628e25 100644 --- a/Shorewall/Perl/lib.core +++ b/Shorewall/Perl/lib.core @@ -430,7 +430,7 @@ run_iptables() local status while [ 1 ]; do - $g_tool $@ + eval $g_tool $@ status=$? [ $status -ne 4 ] && break done