aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2017-02-06 06:43:41 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2017-02-06 06:43:41 -0500
commit2901113fc0cf9f574729af30aef33cea26becbc9 (patch)
tree05b70b2ef7458ef5978d4dca90e0207edfd8fa54 /postgresql.eselect
parentHuge Changes (diff)
downloadeselect-2901113fc0cf9f574729af30aef33cea26becbc9.tar.gz
eselect-2901113fc0cf9f574729af30aef33cea26becbc9.tar.bz2
eselect-2901113fc0cf9f574729af30aef33cea26becbc9.zip
Eliminate some noise
Removed unnecessary echo about generating new links.
Diffstat (limited to 'postgresql.eselect')
-rw-r--r--postgresql.eselect6
1 files 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 ###