commit:     0bbe090dda2c504177b9fe2e38c0db4f16e6d20e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 08:42:23 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 08:42:23 2021 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=0bbe090d

gcc-config: clarify comment around index number choice

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 gcc-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc-config b/gcc-config
index eadea0b..1a58c56 100755
--- a/gcc-config
+++ b/gcc-config
@@ -1064,7 +1064,7 @@ for x in "$@" ; do
                        fi
 
                        if [[ -z $(echo ${x} | tr -d '[:digit:]') ]] ; then
-                               # User gave us a # representing the profile
+                               # User gave us a profile index number from 
'--list-profiles'
                                i=1
                                for y in $(version_sorted_paths 
"${GCC_ENV_D}"/*) ; do
                                        [[ -f ${y} ]] || continue

Reply via email to