mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 20:15:34 +00:00
Remove superfluous quotes in ssl-opt.sh
This commit is contained in:
parent
fc20c14e76
commit
5b6425a931
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue