From 0bbe090dda2c504177b9fe2e38c0db4f16e6d20e Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 26 Feb 2021 08:42:23 +0000 Subject: gcc-config: clarify comment around index number choice Signed-off-by: Sergei Trofimovich --- 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 -- cgit v1.2.3-65-gdbad