summaryrefslogtreecommitdiff
path: root/functions/architectures.sh
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-04-01 11:25:56 +0100
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 16:00:34 +0200
commit8ffe48d8f3825a3741deeb0a45e5372b5ed5504c (patch)
treedbad3fe8ffb17c1f0b69e021f6406433876a2ecc /functions/architectures.sh
parent047885bf7e5c3f527a44b0be5c73c2d1f027d300 (diff)
downloadvyos-live-build-8ffe48d8f3825a3741deeb0a45e5372b5ed5504c.tar.gz
vyos-live-build-8ffe48d8f3825a3741deeb0a45e5372b5ed5504c.zip
rename LB_BOOTSTRAP_QEMU_ARCHITECTURES to LB_BOOTSTRAP_QEMU_ARCHITECTURE
Diffstat (limited to 'functions/architectures.sh')
-rwxr-xr-xfunctions/architectures.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/functions/architectures.sh b/functions/architectures.sh
index 91c1b42cc..285c681d4 100755
--- a/functions/architectures.sh
+++ b/functions/architectures.sh
@@ -25,13 +25,13 @@ Check_architectures ()
fi
done
- if [ "${ARCHITECTURES}" = "${LB_BOOTSTRAP_QEMU_ARCHITECTURES}" ]
+ if [ "${ARCHITECTURES}" = "${LB_BOOTSTRAP_QEMU_ARCHITECTURE}" ]
then
VALID=true
if [ ! -e "${LB_BOOTSTRAP_QEMU_STATIC}" ]
then
- Echo_warning "skipping %s, qemu-static binary ${LB_BOOTSTRAP_QEMU_ARCHITECTURES} was not found"
+ Echo_warning "skipping %s, qemu-static binary ${LB_BOOTSTRAP_QEMU_ARCHITECTURE} was not found"
VALID=false
fi
@@ -75,12 +75,12 @@ Check_crossarchitectures ()
;;
esac
- if [ "${LB_ARCHITECTURE}" = "${LB_BOOTSTRAP_QEMU_ARCHITECTURES}" ]
+ if [ "${LB_ARCHITECTURE}" = "${LB_BOOTSTRAP_QEMU_ARCHITECTURE}" ]
then
if [ ! -e "${LB_BOOTSTRAP_QEMU_STATIC}" ]
then
- Echo_warning "skipping %s, qemu-static binary ${LB_BOOTSTRAP_QEMU_ARCHITECTURES} was not found"
+ Echo_warning "skipping %s, qemu-static binary ${LB_BOOTSTRAP_QEMU_ARCHITECTURE} was not found"
exit 0
fi