mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-15 10:08:43 +01:00
Finish experiment
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6522 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1cadf721ae
commit
455ab469f4
@ -49,13 +49,11 @@ my $result = GetOptions('export' => \$export,
|
||||
|
||||
usage unless $result && @ARGV < 2;
|
||||
|
||||
{
|
||||
eval {
|
||||
use Shorewall::Compiler;
|
||||
configure( $export, $shorewall_dir, $verbose, $timestamp );
|
||||
compiler $ARGV[0];
|
||||
};
|
||||
}
|
||||
eval {
|
||||
use Shorewall::Compiler;
|
||||
configure( $export, $shorewall_dir, $verbose, $timestamp );
|
||||
compiler $ARGV[0];
|
||||
};
|
||||
|
||||
if ( $@ ) {
|
||||
print STDERR $@;
|
||||
|
Loading…
Reference in New Issue
Block a user