| Summary: | media-sound/teamspeak-client-bin-3.0.0_beta9 /usr/bin/teamspeak3 problematic parameter expansion | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | bugs.gentoo.org |
| Component: | Current packages | Assignee: | Christian Parpart (RETIRED) <trapni> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Please remove example comment from metadata.xml while you are at it. fixed. thanks :) |
/usr/bin/teamspeak3 line 10: $* behaves wrong when parameters with spaces are used. "$@" should be used instead. Patch: 10c10 < exec "${BASEDIR}/ts3client" $* --- > exec "${BASEDIR}/ts3client" "$@" Reproducible: Always Steps to Reproduce: less /usr/bin/teamspeak3