diff options
Diffstat (limited to 'functions/breakpoints.sh')
-rwxr-xr-x | functions/breakpoints.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |