diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-01 03:27:51 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2020-03-05 21:04:23 +0000 |
commit | c90749056f8f849bdc8e599803d41848faef94b4 (patch) | |
tree | bcb161efc336c0514bf57e3eee8a11cbaca72140 /scripts | |
parent | e13713c18e2ee11d4b1b3450e721022d8ea53061 (diff) | |
download | vyos-live-build-c90749056f8f849bdc8e599803d41848faef94b4.tar.gz vyos-live-build-c90749056f8f849bdc8e599803d41848faef94b4.zip |
binary_iso: fix wrong echo helper
Closes: #952881
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 ;; |