mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 12:38:56 +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
|
esac
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# sanitize some options (modes checked later)
|
||||||
|
VERIFIES="$( echo $VERIFIES | tr [a-z] [A-Z] )"
|
||||||
|
TYPES="$( echo $TYPES | tr [a-z] [A-Z] )"
|
||||||
}
|
}
|
||||||
|
|
||||||
log() {
|
log() {
|
||||||
|
|
Loading…
Reference in a new issue