From c8f66ebe90b5c3f6412df288e961305dd69691e2 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Tue, 13 Nov 2007 09:00:16 +0100
Subject: Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.

---
 functions/breakpoints.sh | 2 +-
 functions/help.sh        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'functions')

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
 
-- 
cgit v1.2.3