mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-31 22:09:44 +01:00
FIX: for FreeBSD and spaces in "Local problem ..."
This commit is contained in:
parent
ef5bf00094
commit
b49b1451c4
@ -462,7 +462,7 @@ std_cipherlists() {
|
||||
fi
|
||||
rm $TMPFILE
|
||||
else
|
||||
singlespaces=`echo "$2" | sed -e 's/ \+/ /g' -e 's/^ //' -e 's/ $//g'`
|
||||
singlespaces=`echo "$2" | sed -e 's/ \+/ /g' -e 's/^ //' -e 's/ $//g' -e 's/ //g'``
|
||||
magentaln "Local problem: No $singlespaces configured in $OPENSSL"
|
||||
fi
|
||||
# we need lf in those cases:
|
||||
|
Loading…
Reference in New Issue
Block a user