mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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.
This commit is contained in:
parent
e9e118fa12
commit
79ec0de119
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue