1 Commits
v1.0 ... v1.1

Author SHA1 Message Date
1dfed7190a Use double-quotes. 2018-03-11 14:56:11 +01:00

View File

@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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/