Remove superfluous quotes in ssl-opt.sh

This commit is contained in:
Hanno Becker 2018-11-20 11:31:17 +00:00
parent fc20c14e76
commit 5b6425a931

View file

@ -186,7 +186,7 @@ requires_config_value_at_most() {
}
requires_ciphersuite_enabled() {
if [ -z "$($P_CLI --help | grep "$1")" ]; then
if [ -z "$($P_CLI --help | grep $1)" ]; then
SKIP_NEXT="YES"
fi
}