Remove superfluous quotes in ssl-opt.sh

This commit is contained in:
Hanno Becker 2018-11-20 11:31:17 +00:00
parent cb1cc80cf5
commit a0dc9cf8ec

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
}