diff options
author | Richard Hartmann <RichiH@users.noreply.github.com> | 2017-04-26 15:00:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 15:00:57 +0200 |
commit | 700c807d87100b2b8011388fff2117c6d8a69570 (patch) | |
tree | 12595920356b2448484576d9b74bd6134c3a8829 /contrib | |
parent | e04e0d8bd97de3eed0e05671945716e7432c3ee7 (diff) | |
download | pianobar-700c807d87100b2b8011388fff2117c6d8a69570.tar.gz pianobar-700c807d87100b2b8011388fff2117c6d8a69570.tar.bz2 pianobar-700c807d87100b2b8011388fff2117c6d8a69570.zip |
eventcmd.sh: Guard against spaces in path
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/eventcmd-examples/eventcmd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/eventcmd-examples/eventcmd.sh b/contrib/eventcmd-examples/eventcmd.sh index f07cb7d..233b52e 100755 --- a/contrib/eventcmd-examples/eventcmd.sh +++ b/contrib/eventcmd-examples/eventcmd.sh @@ -11,7 +11,7 @@ case "$1" in # songstart) # echo 'naughty.notify({title = "pianobar", text = "Now playing: ' "$title" ' by ' "$artist" '"})' | awesome-client - -# echo "$title -- $artist" > ${XDG_HOME_CONFIG:-${HOME}/.config}/pianobar/nowplaying +# echo "$title -- $artist" > "${XDG_HOME_CONFIG:-${HOME}/.config}/pianobar/nowplaying" # if [ "$rating" -eq 1 ] # then |