Fix obscure error in set voice.
This commit is contained in:
parent
bc532a5f0b
commit
b268683c01
@ -52,7 +52,7 @@ export DIALOGOPTS='--insecure --no-lines --visit-items'
|
|||||||
# Get the desired wine bottle
|
# Get the desired wine bottle
|
||||||
|
|
||||||
declare -a bottle
|
declare -a bottle
|
||||||
for i in $(find ~/.local/wine -maxdepth 1 -type d -not -name 'wine' | sort) ; do
|
for i in $(find ~/.local/wine/ -maxdepth 1 -type d -not -name 'wine' | sort) ; do
|
||||||
bottle+=("$i" "${i##*/}")
|
bottle+=("$i" "${i##*/}")
|
||||||
done
|
done
|
||||||
export WINEPREFIX="$(dialog --backtitle "Use the up and down arrow keys to find the option you want, then press enter to select it." \
|
export WINEPREFIX="$(dialog --backtitle "Use the up and down arrow keys to find the option you want, then press enter to select it." \
|
||||||
|
Loading…
Reference in New Issue
Block a user