mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	allow '=' after --htmlfile
This commit is contained in:
		@@ -12190,7 +12190,7 @@ parse_cmd_line() {
 | 
				
			|||||||
                    do_html=true
 | 
					                    do_html=true
 | 
				
			||||||
                    ;;  # DEFINITION of HTMLFILE is not arg specified: automagically in parse_hn_port()
 | 
					                    ;;  # DEFINITION of HTMLFILE is not arg specified: automagically in parse_hn_port()
 | 
				
			||||||
                    # following does the same but we can specify a file location additionally
 | 
					                    # following does the same but we can specify a file location additionally
 | 
				
			||||||
               --htmlfile)
 | 
					               --htmlfile|--htmlfile=*)
 | 
				
			||||||
                    HTMLFILE=$(parse_opt_equal_sign "$1" "$2")
 | 
					                    HTMLFILE=$(parse_opt_equal_sign "$1" "$2")
 | 
				
			||||||
                    [[ $? -eq 0 ]] && shift
 | 
					                    [[ $? -eq 0 ]] && shift
 | 
				
			||||||
                    do_html=true
 | 
					                    do_html=true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user