From 79693877b2618eb92e6a5a34442d2b355a61a28a Mon Sep 17 00:00:00 2001 From: Rezart Qelibari Date: Tue, 1 Mar 2022 16:32:09 +0100 Subject: [PATCH] Stop docopts from parsing arguments as options --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 425629d..41fe4ed 100755 --- a/install.sh +++ b/install.sh @@ -272,7 +272,7 @@ function main() { local -A answers configureLogging lop debug "Current working dir is: `pwd`" - lop debug "Called main with $# args: $@" + lop -- debug "Called main with $# args: $@" loadModules askNecessaryQuestions [ -z "${config_only}" ] || return 0