Correcting typo in compression defaults.
This commit is contained in:
parent
1d2dd20dd6
commit
41a68e4819
|
@ -728,7 +728,7 @@ Set_defaults ()
|
|||
;;
|
||||
|
||||
*)
|
||||
LB_COMPRESSION="${LB_COMPRESSION:gzip}"
|
||||
LB_COMPRESSION="${LB_COMPRESSION:-gzip}"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue