capitalize variant

This commit is contained in:
Eric House 2021-03-25 17:13:21 -07:00
parent 0e7edd9dcf
commit 0e9a7f0434

View file

@ -34,7 +34,7 @@ while [ "$#" -gt 0 ]; do
shift shift
;; ;;
--variant) --variant)
VARIANT=$2 VARIANT=${2^}
shift shift
;; ;;
--help) --help)