From c985f68533e275832702081a325553b5c2a8bf22 Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 1 Dec 2016 18:21:09 +0100 Subject: [PATCH] see #544 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 15966be..c0a3d10 100755 --- a/testssl.sh +++ b/testssl.sh @@ -395,7 +395,7 @@ local_problem() { pr_warning "Local problem: $1"; } local_problem_ln() { pr_warningln "Local problem: $1"; } fixme() { pr_warning "fixme: $1"; } -fixme() { pr_warningln "fixme: $1"; } +fixmeln() { pr_warningln "fixme: $1"; } ### color switcher (see e.g. https://linuxtidbits.wordpress.com/2008/08/11/output-color-on-bash-scripts/ ### http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/x405.html