mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 07:36:28 -04:00
compat.sh: make options a bit more robust
This commit is contained in:
parent
ada3030485
commit
85a4178f82
@ -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…
x
Reference in New Issue
Block a user