diff options
Diffstat (limited to 'helpers/lh_binary_net')
-rwxr-xr-x | helpers/lh_binary_net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_net b/helpers/lh_binary_net index 43c1dc669..903766226 100755 --- a/helpers/lh_binary_net +++ b/helpers/lh_binary_net @@ -95,7 +95,7 @@ then piggyback64 ${DESTDIR}/boot.img ${DEFAULT_MAP} ${ORIGDIR}/${DEFAULT_INITRD} ;; *) - Echo_error "Invalid default kernel flavour for sparc \"${DEFAULT_FLAVOUR}\"" + Echo_error "Invalid default kernel flavour for sparc \"%s\"" "${DEFAULT_FLAVOUR}" exit 1; ;; esac |