Added quotes around the command line mp3 player

Original commit message from CVS:
Added quotes around the command line mp3 player
This commit is contained in:
Wim Taymans 2001-03-06 20:06:07 +00:00
parent 5a15653ca1
commit 30685cb8c9
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! /bin/sh
for loc in "$@"; do
gstreamer-launch disksrc "location=$loc" ! mp3parse ! mpg123 ! audiosink
../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! audiosink
done

View file

@ -1,4 +1,4 @@
#! /bin/sh
for loc in "$@"; do
gstreamer-launch disksrc "location=$loc" ! mp3parse ! mpg123 ! audiosink
../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! audiosink
done