if [ -n "${KERNEL_INITRAMFS_PATH}" -a "${ANGSTROM_MODE}" = "glibc" ]; then
if [ ! -f ${KERNEL_INITRAMFS_PATH} ]; then
echo "Kernel is requested to be built with internal initramfs."
- echo "The initramfs image must exist prior to building the kernel, but it does not
+ echo "The initramfs image must exist prior to building the kernel, but it does not"
echo "exist at the specified path ${KERNEL_INITRAMFS_PATH}. You may need to bitbake"
echo "it separately, possibly, with a different set of bitbake options. Please"
echo "consult documentation for your distro."