diff --git a/functions/breakpoints.sh b/functions/breakpoints.sh index 09b41e865..bf59d7c38 100755 --- a/functions/breakpoints.sh +++ b/functions/breakpoints.sh @@ -14,6 +14,6 @@ Breakpoint () if [ "${LH_BREAKPOINTS}" = "enabled" ] then Echo_message "Waiting at ${NAME}" - read + read WAIT fi } diff --git a/functions/help.sh b/functions/help.sh index 0748ab201..11ee89051 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -18,7 +18,7 @@ Help () if [ -n "${USAGE}" ] then - echo -e "${USAGE}" + /bin/echo -e "${USAGE}" echo fi diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd index ac5d5a52f..9ac66b883 100755 --- a/helpers/lh_binary_usb-hdd +++ b/helpers/lh_binary_usb-hdd @@ -157,7 +157,7 @@ EOF usbdev="$(echo $rootpartition | sed -e 's/,[[:digit:]]//')" echo "Root partition is $rootpartition, device is: $usbdev" - echo "WAITING..." && read + echo "WAITING..." && read WAIT #cat > chroot/grub.sh << EOF #grub --batch << EOM