summaryrefslogtreecommitdiff
path: root/functions/firmwarelists.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/firmwarelists.sh')
-rwxr-xr-xfunctions/firmwarelists.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/firmwarelists.sh b/functions/firmwarelists.sh
index a31860622..345752de4 100755
--- a/functions/firmwarelists.sh
+++ b/functions/firmwarelists.sh
@@ -19,6 +19,7 @@ Firmware_List_From_Contents () {
local DISTRO_CHROOT="${2}"
local ARCHIVE_AREAS="${3}"
+ local _ARCHIVE_AREA
for _ARCHIVE_AREA in ${ARCHIVE_AREAS}
do
local CONTENTS_URL="${MIRROR_CHROOT}/dists/${DISTRO_CHROOT}/${_ARCHIVE_AREA}/Contents-${LB_ARCHITECTURES}.gz"