Correct typo

This commit is contained in:
Tom Eastep 2011-05-11 12:44:48 -07:00
parent 539e42aa2e
commit 63d5171ae9

View File

@ -366,7 +366,7 @@ compiler() {
if [ $g_perllib = share/shorewall ]; then if [ $g_perllib = share/shorewall ]; then
$PERL $debugflags $g_libexec/shorewall/compiler.pl $options $@ $PERL $debugflags $g_libexec/shorewall/compiler.pl $options $@
else 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 fi
} }
@ -1593,7 +1593,7 @@ CONFDIR=/etc/shorewall
g_product="Shorewall" g_product="Shorewall"
g_recovering= g_recovering=
g_timestamp= g_timestamp=
g_libexec=/usr/share/share g_libexec=/usr/share/shorewall
g_perllib=share/shorewall g_perllib=share/shorewall
[ -f ${CONFDIR}/vardir ] && . ${CONFDIR}/vardir [ -f ${CONFDIR}/vardir ] && . ${CONFDIR}/vardir