projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b42a49
)
fix for portageq usage call (missing argv), via Emanuele Giaquinta <e.giaquinta@glauc...
author
Brian Harring
<ferringb@gentoo.org>
Tue, 15 Nov 2005 18:07:01 +0000
(18:07 -0000)
committer
Brian Harring
<ferringb@gentoo.org>
Tue, 15 Nov 2005 18:07:01 +0000
(18:07 -0000)
svn path=/main/trunk/; revision=2311
bin/portageq
patch
|
blob
|
history
diff --git
a/bin/portageq
b/bin/portageq
index f85274baf6a4179ee5de09aa28ee8f41849d573c..d01282a437504a9b5d698bf3eadfe8178876c4d9 100755
(executable)
--- a/
bin/portageq
+++ b/
bin/portageq
@@
-202,7
+202,7
@@
def envvar(argv):
# DO NOT CHANGE CODE BEYOND THIS POINT - IT'S NOT NEEDED!
#
-def usage():
+def usage(
argv
):
rev="$Revision: 1.13.2.1 $"
ver=string.split(rev, ' ')[1]
print ">>> Portage information query tool -- version "+ver