mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
capitalize variant
This commit is contained in:
parent
0e7edd9dcf
commit
0e9a7f0434
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ while [ "$#" -gt 0 ]; do
|
|||
shift
|
||||
;;
|
||||
--variant)
|
||||
VARIANT=$2
|
||||
VARIANT=${2^}
|
||||
shift
|
||||
;;
|
||||
--help)
|
||||
|
|
Loading…
Reference in a new issue