diff options
author | Daniel Baumann <daniel@debian.org> | 2013-04-29 12:54:16 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-29 12:54:16 +0200 |
commit | 42e1c47a01a84c2fb3d3e23b607004a76238b92a (patch) | |
tree | f73fcc81777f33a4721a01f3111686376c4a31e3 | |
parent | 70bb553f2b52bb152b43ebc72547fda007f2b7c8 (diff) | |
download | vyos-live-build-42e1c47a01a84c2fb3d3e23b607004a76238b92a.tar.gz vyos-live-build-42e1c47a01a84c2fb3d3e23b607004a76238b92a.zip |
Correcting variable typo when setting distribution specific defaults of the backports mirror for the binary image.
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 784be63dd..be64a8774 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -566,7 +566,7 @@ Set_defaults () # Setting backports mirror which ends up in the image case "${LB_MODE}" in debian) - case "${LB_DISTRIBUTIO}" in + case "${LB_DISTRIBUTION}" in squeeze) LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://http.debian.net/debian-backports/}" ;; |