Corrections to last commit

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-06-26 15:18:07 -07:00
parent 9f08726794
commit 5ca68477d5
2 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@ get_script_version() { # $1 = script
# #
# Either this script was just compiled or AUTOMAKE determined that compilation wasn't needed # Either this script was just compiled or AUTOMAKE determined that compilation wasn't needed
# #
temp="$VERSION" temp="$SHOREWALL_VERSION"
else else
verbosity="$VERBOSITY" verbosity="$VERBOSITY"
VERBOSITY=0 VERBOSITY=0

View File

@ -385,6 +385,7 @@ compiler() {
local pc local pc
local shorewallrc local shorewallrc
local shorewallrc1 local shorewallrc1
local options
pc=${LIBEXECDIR}/shorewall/compiler.pl pc=${LIBEXECDIR}/shorewall/compiler.pl