From 59651b046d9935ebe6ae3ab4267c9e30231dd3ee Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 3 Nov 2021 10:02:19 +1300 Subject: [PATCH] Trivial: fix conditional whitespace This may be causing an issue on older versions of bash Blueprint: whole-disk-default Change-Id: I19763bc2efc2fbf78ec88b9018ba27fe8d85b874 (cherry picked from commit 96a715e68f453a8c204220c519c7eed8fce31056) --- scripts/tripleo-mount-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tripleo-mount-image b/scripts/tripleo-mount-image index 857be1887..ec5fecb87 100755 --- a/scripts/tripleo-mount-image +++ b/scripts/tripleo-mount-image @@ -207,7 +207,7 @@ else *) echo "Error: unsupported option $1." ; exit 1;; esac done - if [ -z "${MOUNT_DIR}" ] || [ -z "${IMAGE_FILE}"]; then + if [ -z "${MOUNT_DIR}" ] || [ -z "${IMAGE_FILE}" ]; then mount_show_options 1 fi mount_image