From 07edcd9a6a1672b3593557cb2afae334e35e10af Mon Sep 17 00:00:00 2001 From: David Cooper Date: Thu, 1 Dec 2016 12:04:06 -0500 Subject: [PATCH] Typo in definition of fixmeln() The `fixmeln()` function was misnamed `fixme()`. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 9a0f39a..905ec8e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -625,7 +625,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