summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/breakpoints.sh2
-rwxr-xr-xfunctions/help.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/breakpoints.sh b/functions/breakpoints.sh
index 09b41e8..bf59d7c 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 0748ab2..11ee890 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