diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-05 23:35:35 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-05 23:35:35 +0100 |
commit | 2aff500d7b04329dd5ec5baec785a2bcfd72fcaa (patch) | |
tree | 82c22c963e4d43ee595ef784b095c1460e3ff3af /gcc-config | |
parent | gcc-config: drop GCC_PATH reconstruction in /etc/env.d/gcc (diff) | |
download | gcc-config-2aff500d7b04329dd5ec5baec785a2bcfd72fcaa.tar.gz gcc-config-2aff500d7b04329dd5ec5baec785a2bcfd72fcaa.tar.bz2 gcc-config-2aff500d7b04329dd5ec5baec785a2bcfd72fcaa.zip |
gcc-config: change comment to clarify why env-udate is still useful
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'gcc-config')
-rwxr-xr-x | gcc-config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |