commit 7e84f7e0d63abb1ef66271e5c3d1d2875581264e parent 72232eeaf65c9640e169d07bd1b9ce479894e841 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Sat, 1 Sep 2018 19:14:06 +0200 Another fix for itunes_style_getter Diffstat:
M | dotfiles/bin/itunes_style_getter | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/bin/itunes_style_getter b/dotfiles/bin/itunes_style_getter @@ -109,7 +109,7 @@ while :; do select opt in "${style[@]}"; do case $opt in *) - finals="/"$(echo $opt | cut -d ' ' -f1- | sed -e 's/"//g') + finals="/"$(echo $opt | cut -d ' ' -f1- | sed -e 's/"//g' -e "s/ $finalg//") break;; esac done