From 0e2e348b5315cc307548c15029bd369ece41a02f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 13 Nov 2007 09:00:16 +0100 Subject: Fixed a few bashisms, thanks to Trent W. Buck . --- functions/breakpoints.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/breakpoints.sh') 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 } -- cgit v1.2.3