summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgueux <gueux@gueux.org>2010-07-06 15:58:33 +0000
committergueux <gueux@gueux.org>2010-07-06 15:58:33 +0000
commit1cb35ba6a6115588a375e49094575c0f6f04c323 (patch)
tree1e7b8777020ddbf97164088c9a965107b58b6650
parent2c1c00315929509f7dc3ac8b0136326530aaa6da (diff)
mpc-flacinfo.shHEADmaster
-rw-r--r--mpc-flacinfo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpc-flacinfo.sh b/mpc-flacinfo.sh
index efcbd46..b57929e 100644
--- a/mpc-flacinfo.sh
+++ b/mpc-flacinfo.sh
@@ -10,4 +10,4 @@ FLACINFO="bin/flacinfo"
file=$MUSIC_PATH/$(mpc -h "$HOST" -p "$PORT" current -f "%file%")
echo "$file"
-echo "$PRECOMMAND && echo \"'$file'\" && $FLACINFO \"$file\"" | ssh -T $USER@$HOST
+echo "$PRECOMMAND && $FLACINFO \"$file\"" | ssh -T $USER@$HOST