From 6fa4b5bae9e3f30167004e53e317f21fb8a4ac24 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 6 Apr 2020 19:18:48 +0100 Subject: binary_hdd: fix variable name typo --- scripts/build/binary_hdd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build') 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 -- cgit v1.2.3