diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-04-16 14:39:32 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-04-16 14:39:32 +0000 |
commit | 001b970489b330f75620a28ff475370f24619230 (patch) | |
tree | 3cda971d26438f6c76f9e31fbbec7b7e5b219ad8 /net-im/curphoo | |
parent | Closing #47975. (diff) | |
download | historical-001b970489b330f75620a28ff475370f24619230.tar.gz historical-001b970489b330f75620a28ff475370f24619230.tar.bz2 historical-001b970489b330f75620a28ff475370f24619230.zip |
*** empty log message ***
Diffstat (limited to 'net-im/curphoo')
-rw-r--r-- | net-im/curphoo/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/curphoo/files/curphoo.sh | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-im/curphoo/ChangeLog b/net-im/curphoo/ChangeLog index 416731741294..d679abfd0abe 100644 --- a/net-im/curphoo/ChangeLog +++ b/net-im/curphoo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/curphoo # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.6 2004/04/14 09:35:57 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.7 2004/04/16 14:39:31 mkennedy Exp $ + + 16 Apr 2004; <mkennedy@gentoo.org> files/curphoo.sh: + Fix wrapper script to proliferate command line options 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> curphoo-0.3.11.ebuild: Added IUSE=, removed S=. diff --git a/net-im/curphoo/files/curphoo.sh b/net-im/curphoo/files/curphoo.sh index 2f6c97ee1340..97c34ce4bafb 100644 --- a/net-im/curphoo/files/curphoo.sh +++ b/net-im/curphoo/files/curphoo.sh @@ -1,4 +1,4 @@ #!/bin/sh export PYTHONPATH=${PYTHONPATH}:@PHOOPATH@ export TERM=linux -exec /usr/lib/@PHOOPATH@/curphoo.py +exec /usr/lib/@PHOOPATH@/curphoo.py "$@" |