summaryrefslogtreecommitdiff
path: root/functions/arguments.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/arguments.sh')
-rwxr-xr-xfunctions/arguments.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh
index 3d0d869..70f397c 100755
--- a/functions/arguments.sh
+++ b/functions/arguments.sh
@@ -23,7 +23,7 @@ Arguments ()
do
case "${1}" in
--breakpoints)
- LH_BREAKPOINTS="enabled"
+ _BREAKPOINTS="enabled"
shift
;;