binary_iso: fix wrong echo helper

Closes: #952881
This commit is contained in:
Lyndon Brown 2020-03-01 03:27:51 +00:00 committed by Luca Boccassi
parent e13713c18e
commit c90749056f
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ do
XORRISO_OPTIONS="${XORRISO_OPTIONS} -e boot/grub/efi.img -no-emul-boot" XORRISO_OPTIONS="${XORRISO_OPTIONS} -e boot/grub/efi.img -no-emul-boot"
XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-gpt-basdat -isohybrid-apm-hfsplus" XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-gpt-basdat -isohybrid-apm-hfsplus"
else else
Echo "No EFI boot code to include in the ISO" Echo_message "No EFI boot code to include in the ISO"
fi fi
;; ;;