Correcting typo in compression defaults.

This commit is contained in:
Daniel Baumann 2011-01-04 16:51:07 +01:00
parent 1d2dd20dd6
commit 41a68e4819
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ Set_defaults ()
;;
*)
LB_COMPRESSION="${LB_COMPRESSION:gzip}"
LB_COMPRESSION="${LB_COMPRESSION:-gzip}"
;;
esac