mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05: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:
parent
3683cdf07e
commit
5121dd35de
@ -140,6 +140,6 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
"${EZSTREAM}" ${_normalize} ${_quiet} ${_verbose} -c "${_cfg}"
|
||||
${EZSTREAM} ${_normalize} ${_quiet} ${_verbose} -c "${_cfg}"
|
||||
|
||||
exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user