Fix installer's use of the DIGEST environmental variable

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-01-03 13:22:06 -08:00
parent 33e2e19193
commit fa377df9dc

View File

@ -323,6 +323,7 @@ if [ $PRODUCT = shorewall ]; then
fi
eval sed -i \'s/Digest::SHA/Digest::$DIGEST/\' Perl/Shorewall/Chains.pm
eval sed -i \'s/Digest::SHA/Digest::$DIGEST/\' Perl/Shorewall/Config.pm
fi
elif [ "$BUILD" = "$HOST" ]; then
#