mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(install): correct flag parsing of install.sh
This commit is contained in:
parent
1d7f923af0
commit
7b7d0ab523
|
@ -29,7 +29,7 @@ help() {
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
while getopts ":hdt:" option; do
|
while getopts ":hd:t:" option; do
|
||||||
case $option in
|
case $option in
|
||||||
h) # display Help
|
h) # display Help
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in a new issue