aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-09-05 23:35:35 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-09-05 23:35:35 +0100
commit2aff500d7b04329dd5ec5baec785a2bcfd72fcaa (patch)
tree82c22c963e4d43ee595ef784b095c1460e3ff3af
parentgcc-config: drop GCC_PATH reconstruction in /etc/env.d/gcc (diff)
downloadgcc-config-2aff500d.tar.gz
gcc-config-2aff500d.tar.bz2
gcc-config-2aff500d.zip
gcc-config: change comment to clarify why env-udate is still useful
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rwxr-xr-xgcc-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-config b/gcc-config
index 7f2d69f..9e5abf8 100755
--- a/gcc-config
+++ b/gcc-config
@@ -696,7 +696,7 @@ switch_profile() {
eend 0
- # Not needed since Aug 2018. Can be removed later (say, in a year).
+ # This is needed mainly for MANPATH and INFOPATH updates.
if [[ ${envd_changed} -ne 0 ]] ; then
echo
ewarn "If you intend to use the gcc from the new profile in an already"