commit: 2901113fc0cf9f574729af30aef33cea26becbc9
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 11:43:41 2017 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 11:43:41 2017 +0000
URL:
https://gitweb.gentoo.org/proj/postgresql/eselect.git/commit/?id=2901113f
Eliminate some noise
Removed unnecessary echo about generating new links.
postgresql.eselect | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/postgresql.eselect b/postgresql.eselect
index b8ecbe1..67f7b74 100644
--- a/postgresql.eselect
+++ b/postgresql.eselect
@@ -199,9 +199,8 @@ do_set() {
echo "done."
fi
- echo "Setting ${slot} as the default..."
+ echo -ne "Setting ${slot} as the default..."
- echo -ne "\tGenerating new links..."
# Sources for header files
# Targets are listed in the global variable INCLUDE_TARGETS.
#
@@ -264,8 +263,7 @@ do_set() {
# base name
ln -s "postgresql-${slot}" "${USR_PATH}/share/postgresql"
- echo "done."
- echo "Setting ${slot} as default was successful!"
+ echo "success!"
}
### Unset Action ###