Finish experiment

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6522 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-06-12 02:20:42 +00:00
parent 1cadf721ae
commit 455ab469f4

View File

@ -49,13 +49,11 @@ my $result = GetOptions('export' => \$export,
usage unless $result && @ARGV < 2; usage unless $result && @ARGV < 2;
{ eval {
eval { use Shorewall::Compiler;
use Shorewall::Compiler; configure( $export, $shorewall_dir, $verbose, $timestamp );
configure( $export, $shorewall_dir, $verbose, $timestamp ); compiler $ARGV[0];
compiler $ARGV[0]; };
};
}
if ( $@ ) { if ( $@ ) {
print STDERR $@; print STDERR $@;