Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301394 - media-sound/teamspeak-client-bin-3.0.0_beta9 /usr/bin/teamspeak3 problematic parameter expansion
Summary: media-sound/teamspeak-client-bin-3.0.0_beta9 /usr/bin/teamspeak3 problematic ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Christian Parpart (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-18 15:37 UTC by bugs.gentoo.org
Modified: 2010-10-23 22:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugs.gentoo.org 2010-01-18 15:37:42 UTC
/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
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2010-01-18 17:09:56 UTC
Please remove example comment from metadata.xml while you are at it.
Comment 2 Christian Parpart (RETIRED) gentoo-dev 2010-10-23 22:52:35 UTC
fixed. thanks :)