mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-15 18:18:36 +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;
|
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 $@;
|
||||||
|
Loading…
Reference in New Issue
Block a user