Bug 151379 - media-sound/listen-0.5_beta1: bash script not passing command-line arguments to python script
Bug#: 151379 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: bass@gentoo.org Reported By: jpvale@gmail.com
Component: Applications
URL: 
Summary: media-sound/listen-0.5_beta1: bash script not passing command-line arguments to python script
Keywords:  
Status Whiteboard: 
Opened: 2006-10-14 12:17 0000
Description:   Opened: 2006-10-14 12:17 0000
The summary is pretty much self-explaining. In /usr/bin/listen, where it reads:

---
LD_LIBRARY_PATH="/usr/lib/mozilla-firefox /usr/lib/nspr "
/usr/lib/listen/listen.py ""
---

should be:

---
LD_LIBRARY_PATH="/usr/lib/mozilla-firefox /usr/lib/nspr "
/usr/lib/listen/listen.py $@
---

------- Comment #1 From José Alberto Suárez López 2006-10-14 19:29:09 0000 -------
thanks :)
now in cvs