mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
Reapply "iop: Enable support for capital characters in version."
This reverts commit e9f811f1ad.
This commit is contained in:
parent
bf90a6cd94
commit
5fa44e8d7d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue