From 5fa44e8d7d02a89cc25fc263b7c0e81a728784da Mon Sep 17 00:00:00 2001 From: Markus Gothe Date: Mon, 2 Sep 2024 13:55:54 +0200 Subject: [PATCH] Reapply "iop: Enable support for capital characters in version." This reverts commit e9f811f1adaeab606e1aca0ebd9699972bdb3da6. --- iop/scripts/genconfig_wrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iop/scripts/genconfig_wrap.sh b/iop/scripts/genconfig_wrap.sh index 29df482fb..6b7a59c9c 100755 --- a/iop/scripts/genconfig_wrap.sh +++ b/iop/scripts/genconfig_wrap.sh @@ -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