From 1dfed7190a4aaec1be8e664c174362aaef6e1571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sun, 11 Mar 2018 14:56:11 +0100 Subject: [PATCH] Use double-quotes. --- editvorbis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editvorbis.sh b/editvorbis.sh index f5c8d69..71b3c93 100755 --- a/editvorbis.sh +++ b/editvorbis.sh @@ -17,7 +17,7 @@ # along with this program. If not, see . mkdir -p /tmp/editvorbis/ -vorbiscomment $1 > /tmp/editvorbis/comment.txt +vorbiscomment "$1" > /tmp/editvorbis/comment.txt $EDITOR /tmp/editvorbis/comment.txt -vorbiscomment -w -c /tmp/editvorbis/comment.txt $1 +vorbiscomment -w -c /tmp/editvorbis/comment.txt "$1" rm -rf /tmp/editvorbis/