Use double-quotes.
This commit is contained in:
parent
6055b61f09
commit
1dfed7190a
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user