From 63d5171ae9ccf8a2955c6390f00dfeaf937a93e1 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 11 May 2011 12:44:48 -0700 Subject: [PATCH] Correct typo --- Shorewall/shorewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index 0b567d93f..bdda284a5 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -366,7 +366,7 @@ compiler() { if [ $g_perllib = share/shorewall ]; then $PERL $debugflags $g_libexec/shorewall/compiler.pl $options $@ else - PERL5LIB=$g_perllib $PERL $debugflags $g_libexec/shorewall/compiler.pl $options $@ + exec PERL5LIB=$g_perllib $PERL $debugflags $g_libexec/shorewall/compiler.pl $options $@ fi } @@ -1593,7 +1593,7 @@ CONFDIR=/etc/shorewall g_product="Shorewall" g_recovering= g_timestamp= -g_libexec=/usr/share/share +g_libexec=/usr/share/shorewall g_perllib=share/shorewall [ -f ${CONFDIR}/vardir ] && . ${CONFDIR}/vardir