From 5121dd35de6a93b21f1c7d3e180b48f8a7484f1f Mon Sep 17 00:00:00 2001 From: moritz Date: Sun, 30 Aug 2009 18:23:12 +0000 Subject: [PATCH] Do not quote $EZSTREAM, which breaks paths with whitespace but allows to smuggle in default command line arguments. git-svn-id: https://svn.xiph.org/trunk/ezstream@16531 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- src/ezstream-file.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ezstream-file.sh.in b/src/ezstream-file.sh.in index b6922fe..8b683b6 100644 --- a/src/ezstream-file.sh.in +++ b/src/ezstream-file.sh.in @@ -140,6 +140,6 @@ else done fi -"${EZSTREAM}" ${_normalize} ${_quiet} ${_verbose} -c "${_cfg}" +${EZSTREAM} ${_normalize} ${_quiet} ${_verbose} -c "${_cfg}" exit $?