Reapply "iop: Enable support for capital characters in version."

This reverts commit e9f811f1ad.
This commit is contained in:
Markus Gothe 2024-09-02 13:55:54 +02:00
parent bf90a6cd94
commit 5fa44e8d7d

View file

@ -13,7 +13,8 @@ function genconfig {
target_script="./scripts/gen_config.py"
# First convert all to lowercase
args=$(to_lowercase "$@")
#args=$(to_lowercase "$@")
args="$@"
# Check if an option is provided
if [[ ${args[0]} == -* ]]; then