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