aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/ecj.eselect.in')
-rw-r--r--src/modules/ecj.eselect.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/ecj.eselect.in b/src/modules/ecj.eselect.in
index f9d5057..7b6d784 100644
--- a/src/modules/ecj.eselect.in
+++ b/src/modules/ecj.eselect.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Manage ECJ targets"
@@ -57,10 +57,10 @@ do_show() {
get_target
return 0
elif [[ -e "${ECJ}" ]] ; then
- echo "(not a symlink)" >&2
+ echo "(not a symlink)"
return 1
else
- echo "(unset)" >&2
+ echo "(unset)"
return 1
fi
}