[xiph-commits] r16531 - trunk/ezstream/src
moritz at svn.xiph.org
moritz at svn.xiph.org
Sun Aug 30 11:23:12 PDT 2009
Author: moritz
Date: 2009-08-30 11:23:12 -0700 (Sun, 30 Aug 2009)
New Revision: 16531
Modified:
trunk/ezstream/src/ezstream-file.sh.in
Log:
Do not quote $EZSTREAM, which breaks paths with whitespace but allows to
smuggle in default command line arguments.
Modified: trunk/ezstream/src/ezstream-file.sh.in
===================================================================
--- trunk/ezstream/src/ezstream-file.sh.in 2009-08-30 18:22:21 UTC (rev 16530)
+++ trunk/ezstream/src/ezstream-file.sh.in 2009-08-30 18:23:12 UTC (rev 16531)
@@ -140,6 +140,6 @@
done
fi
-"${EZSTREAM}" ${_normalize} ${_quiet} ${_verbose} -c "${_cfg}"
+${EZSTREAM} ${_normalize} ${_quiet} ${_verbose} -c "${_cfg}"
exit $?
More information about the commits
mailing list