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:
parent
5a15653ca1
commit
30685cb8c9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user