From a8b2dfec40ed5997af5245066393dba5f481f5b8 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 27 Mar 2017 00:34:42 +0200 Subject: [PATCH] allow '=' after --htmlfile --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 1204023..72c73b2 100755 --- a/testssl.sh +++ b/testssl.sh @@ -12190,7 +12190,7 @@ parse_cmd_line() { do_html=true ;; # DEFINITION of HTMLFILE is not arg specified: automagically in parse_hn_port() # following does the same but we can specify a file location additionally - --htmlfile) + --htmlfile|--htmlfile=*) HTMLFILE=$(parse_opt_equal_sign "$1" "$2") [[ $? -eq 0 ]] && shift do_html=true