diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-06-04 03:13:43 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-06-04 03:13:43 +0000 |
commit | a53e5226e49a6a8b1ba32d8ef29375e3952dc759 (patch) | |
tree | af4a1576b9e3aeba14893cf436e47c6cba044da3 | |
parent | 44262f797147a9bfaf53a6ef1d2770e60efaa886 (diff) | |
download | portage-a53e5226e49a6a8b1ba32d8ef29375e3952dc759.tar.gz portage-a53e5226e49a6a8b1ba32d8ef29375e3952dc759.tar.bz2 portage-a53e5226e49a6a8b1ba32d8ef29375e3952dc759.zip |
Fix typo.
svn path=/main/trunk/; revision=6729
-rwxr-xr-x | bin/quickpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/quickpkg b/bin/quickpkg index daa35b632..cf8c44c48 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -27,7 +27,7 @@ def quickpkg_main(options, args, eout): atom = dep_expand(arg, mydb=vardb, settings=vartree.settings) except ValueError, e: # Multiple matches thrown from cpv_expand - eout.error("Please use a more specific atom: " % \ + eout.eerror("Please use a more specific atom: %s" % \ " ".join(e.args[0])) del e missing.append(arg) |