mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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
|
shift
|
||||||
;;
|
;;
|
||||||
--variant)
|
--variant)
|
||||||
VARIANT=$2
|
VARIANT=${2^}
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--help)
|
--help)
|
||||||
|
|
Loading…
Reference in a new issue