Allow both --timestamp and --debug

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6659 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-06-23 21:17:57 +00:00
parent ae33926461
commit bf4c952f88
2 changed files with 3 additions and 3 deletions

View File

@ -658,7 +658,7 @@ Migration Considerations:
If given, each progress message issued by the compiler and by
the compiled program will be timestamped.
--debugging
--debug
If given, when a warning or error message is issued, it is
supplimented with a stack trace. Requires the Carp Perl

View File

@ -342,8 +342,8 @@ compiler() {
options="--verbose $VERBOSE ";
[ -n "$EXPORT" ] && options="$options --export ";
[ -n "$SHOREWALL_DIR" ] && options="$options --directory $SHOREWALL_DIR ";
[ -n "$TIMESTAMP" ] && options="$options --timestamp" ;
[ -n "$debugging" ] && options="$options --debug" ;
[ -n "$TIMESTAMP" ] && options="$options --timestamp " ;
[ -n "$debugging" ] && options="$options --debug " ;
[ -x $pc ] || startup_error "SHOREWALL_COMPILER=perl requires the shorewall-perl package which is not installed"
#
# Run the appropriate params file