aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2012-09-15 23:20:30 +0200
committerCorentin Chary <corentin.chary@gmail.com>2012-09-15 23:21:30 +0200
commit9afb31fc65934e387cf93efb2b275946fa254e91 (patch)
tree1cda09864bba6747e246a0e1eecbad1272674934 /bin
parenteuscan: update TODO (diff)
downloadeuscan-9afb31fc65934e387cf93efb2b275946fa254e91.tar.gz
euscan-9afb31fc65934e387cf93efb2b275946fa254e91.tar.bz2
euscan-9afb31fc65934e387cf93efb2b275946fa254e91.zip
euscan: fix #435118 and #435120
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/euscan4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/euscan b/bin/euscan
index 5d5e812..79053e5 100755
--- a/bin/euscan
+++ b/bin/euscan
@@ -287,9 +287,9 @@ def main():
from os.path import basename # To get the short name
- output.error(
+ output.eerror(
"The short ebuild name '%s' is ambiguous. Please specify" %
- basename(pkgs[0]),
+ basename(pkgs[0]) +
"one of the above fully-qualified ebuild names instead."
)
exit_helper(1)