summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-01-22 22:57:45 +0100
committerDaniel Baumann <daniel@debian.org>2012-02-06 23:15:11 +0100
commit98932c4edfcdfb7086b4cd90049158cc398c3bba (patch)
tree9ed9a8e49025f3bb6098215035e2725b9ef2ef72
parentee58b8ab8d1b469679fb080fb08a4b30ea0b4aaa (diff)
downloadvyos-live-build-98932c4edfcdfb7086b4cd90049158cc398c3bba.tar.gz
vyos-live-build-98932c4edfcdfb7086b4cd90049158cc398c3bba.zip
Correcting typo in security chroot mirror variable assembling.
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index d73b86227..97fc6016e 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -394,12 +394,12 @@ Set_defaults ()
case "${LB_MODE}" in
debian)
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.debian.org/}"
- LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_SECURITY}}"
+ LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT_SECURITY}}"
;;
emdebian)
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-none}"
- LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_SECURITY}}"
+ LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT_SECURITY}}"
;;
progress)