summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-04-06 19:18:48 +0100
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 10:14:55 +0000
commit6fa4b5bae9e3f30167004e53e317f21fb8a4ac24 (patch)
tree78a46e905421f210e4d85bb00c15ff94c01cd881 /scripts/build
parent9fb3d690467e1d17a956d03f690e7f87ece1a3a1 (diff)
downloadvyos-live-build-6fa4b5bae9e3f30167004e53e317f21fb8a4ac24.tar.gz
vyos-live-build-6fa4b5bae9e3f30167004e53e317f21fb8a4ac24.zip
binary_hdd: fix variable name typo
Diffstat (limited to 'scripts/build')
-rwxr-xr-xscripts/build/binary_hdd4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_hdd b/scripts/build/binary_hdd
index 5d0926eb3..c380374e7 100755
--- a/scripts/build/binary_hdd
+++ b/scripts/build/binary_hdd
@@ -86,9 +86,9 @@ Restore_package_cache binary
Install_package
# Remove old binary
-if [ -f ${LIVE_iMAGE_NAME}.img ]
+if [ -f ${LIVE_IMAGE_NAME}.img ]
then
- rm -f ${LIVE_iMAGE_NAME}.img
+ rm -f ${LIVE_IMAGE_NAME}.img
fi
case "${LB_BINARY_FILESYSTEM}" in