From 9f707dbe2fd0fe6b33400873f8c50c504a99e84a Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Mon, 25 Aug 2014 01:53:31 +0200 Subject: last try :( --- clerk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'clerk') diff --git a/clerk b/clerk index 0f0c1a8..4edf154 100644 --- a/clerk +++ b/clerk @@ -677,10 +677,10 @@ currentTracksInsert () { rateAlbum () { - artist=$(mpc current -f %artist%) - album=$(mpc current -f %album%) - date=$(mpc current -f %date%) - directory=$(dirname $(mpc current -f %file%)) + artist="$(mpc current -f %artist%)" + album="$(mpc current -f %album%)" + date="$(mpc current -f %date%)" + directory="$(dirname $(mpc current -f %file%))" ratings="$(seq $maxratings | dmenu_t -p "Select Rating: > ")" date=${date//\'/\\\'} artist=${artist//\'/\\\'} -- cgit v1.2.3-24-g4f1b