diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |