diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index acaa680c9..8c79fa485 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -943,6 +943,9 @@ Set_defaults () ;; esac + # Setting zsync + LB_ZSYNC="${LB_ZSYNC:-true}" + # Setting chroot option LB_BUILD_WITH_CHROOT="${LB_BUILD_WITH_CHROOT:-true}" |