mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
compat.sh: make options a bit more robust
This commit is contained in:
@@ -102,6 +102,10 @@ get_options() {
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
# sanitize some options (modes checked later)
|
||||
VERIFIES="$( echo $VERIFIES | tr [a-z] [A-Z] )"
|
||||
TYPES="$( echo $TYPES | tr [a-z] [A-Z] )"
|
||||
}
|
||||
|
||||
log() {
|
||||
|
||||
Reference in New Issue
Block a user