Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151379 - media-sound/listen-0.5_beta1: bash script not passing command-line arguments to python script
Summary: media-sound/listen-0.5_beta1: bash script not passing command-line arguments ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: José Alberto Suárez López (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-14 12:17 UTC by João Vale
Modified: 2006-10-14 19:29 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 João Vale 2006-10-14 12:17:31 UTC
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 José Alberto Suárez López (RETIRED) gentoo-dev 2006-10-14 19:29:09 UTC
thanks :)
now in cvs