From 79ec0de119c25e78e314bcb8f7f960d681264d85 Mon Sep 17 00:00:00 2001 From: Markus Gothe Date: Mon, 26 Feb 2024 15:34:55 +0100 Subject: [PATCH] iop: Enable support for capital characters in profile. Add support for capital letters in the profile name, it will make the life of our FAEs easier and generate less internal support. --- iop/scripts/genconfig_wrap.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/iop/scripts/genconfig_wrap.sh b/iop/scripts/genconfig_wrap.sh index c8f96b9d0..5783b4896 100755 --- a/iop/scripts/genconfig_wrap.sh +++ b/iop/scripts/genconfig_wrap.sh @@ -11,9 +11,7 @@ function to_lowercase { function genconfig { target_script="./scripts/gen_config.py" - - # First convert all to lowercase - args=$(to_lowercase "$@") + args="$@" # Check if an option is provided if [[ ${args[0]} == -* ]]; then