Fix obscure error in set voice.

This commit is contained in:
Michael Taboada 2021-05-12 00:50:33 -07:00
parent bc532a5f0b
commit b268683c01

View File

@ -52,7 +52,7 @@ export DIALOGOPTS='--insecure --no-lines --visit-items'
# Get the desired wine 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##*/}")
done
export WINEPREFIX="$(dialog --backtitle "Use the up and down arrow keys to find the option you want, then press enter to select it." \