Make PERLLIB work correctly

This commit is contained in:
Tom Eastep 2011-05-11 12:36:22 -07:00
parent 4074ae9a34
commit 30e4668c10

View File

@ -366,7 +366,7 @@ compiler() {
if [ $g_perllib = share/shorewall ]; then
$PERL $debugflags /usr/$g_libexec/shorewall/compiler.pl $options $@
else
PERL5LIB=$g_perllib $PERL $debugflags /usr/$g_libexec/shorewall/compiler.pl $options $@
eval PERL5LIB=$g_perllib $PERL $debugflags /usr/$g_libexec/shorewall/compiler.pl $options $@
fi
}