summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-08-18 14:16:56 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:18 +0100
commit45e1f443ac1eaa8fcd8aa53923cb4cc7a7fdd216 (patch)
treee71bf148c69d533e50b08f3357009fb8bcea7ea8 /functions
parent05af6636893e067f610c77d0a42924e7f814da50 (diff)
downloadlive-build-45e1f443ac1eaa8fcd8aa53923cb4cc7a7fdd216.zip
live-build-45e1f443ac1eaa8fcd8aa53923cb4cc7a7fdd216.tar.gz
Correcting typo in emdebian keyring packages variable (Closes: #593346).
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 8e62e5c..458ee35 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -480,7 +480,7 @@ Set_defaults ()
;;
emdebian)
- LH_KEYRING_PACKAGES="${LH_kEYRING_PACKAGES:-debian-archive-keyring}"
+ LH_KEYRING_PACKAGES="${LH_KEYRING_PACKAGES:-debian-archive-keyring}"
;;
ubuntu)