mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 10:39:25 +00:00
compat.sh: make options a bit more robust
This commit is contained in:
parent
ada3030485
commit
85a4178f82
1 changed files with 4 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue