1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

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
This commit is contained in:
moritz 2009-08-30 18:23:12 +00:00
parent 3683cdf07e
commit 5121dd35de

View File

@ -140,6 +140,6 @@ else
done
fi
"${EZSTREAM}" ${_normalize} ${_quiet} ${_verbose} -c "${_cfg}"
${EZSTREAM} ${_normalize} ${_quiet} ${_verbose} -c "${_cfg}"
exit $?