Use double-quotes.

This commit is contained in:
Nicolás Ortega Froysa 2018-03-11 14:56:11 +01:00
parent 6055b61f09
commit 1dfed7190a
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
mkdir -p /tmp/editvorbis/ mkdir -p /tmp/editvorbis/
vorbiscomment $1 > /tmp/editvorbis/comment.txt vorbiscomment "$1" > /tmp/editvorbis/comment.txt
$EDITOR /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/ rm -rf /tmp/editvorbis/