Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 301394

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 packagesAssignee: Christian Parpart (RETIRED) <trapni>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 :)