From c90749056f8f849bdc8e599803d41848faef94b4 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sun, 1 Mar 2020 03:27:51 +0000 Subject: [PATCH] binary_iso: fix wrong echo helper Closes: #952881 --- scripts/build/binary_iso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 1a6751fb0..5c016d33e 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -160,7 +160,7 @@ do XORRISO_OPTIONS="${XORRISO_OPTIONS} -e boot/grub/efi.img -no-emul-boot" XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-gpt-basdat -isohybrid-apm-hfsplus" else - Echo "No EFI boot code to include in the ISO" + Echo_message "No EFI boot code to include in the ISO" fi ;;