From 77ad7c92525591aa78e16da4a764fb1cae13e228 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 30 May 2015 11:36:47 +0200 Subject: [PATCH] - the outsticking part was kind of not handy, see #113, remove commit message --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 3d4fe7c..6468116 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3076,7 +3076,7 @@ mybanner() { hn=$(hostname) #poor man's ident (nowadays ident not neccessarily installed) idtag=$(grep -a '\$Id' $0 | grep -aw "[E]xp" | sed -e 's/^# //' -e 's/\$ $/\$/') - which git &>/dev/null && idtag="$(git log --format='%h %s (%ci)' -1 2>/dev/null)" + which git &>/dev/null && idtag="$(git log --format='%h %ci' -1 2>/dev/null)" [ "$COLOR" -ne 0 ] && idtag="\033[1;30m$idtag\033[m\033[1m" bb=$(cat <