aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-02-26 08:42:23 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2021-02-26 08:42:23 +0000
commit0bbe090dda2c504177b9fe2e38c0db4f16e6d20e (patch)
treefb995d2d307580e2ae9034f78ad656a5bc867f7c /gcc-config
parentgcc-config: add examples of profile formats (diff)
downloadgcc-config-0bbe090dda2c504177b9fe2e38c0db4f16e6d20e.tar.gz
gcc-config-0bbe090dda2c504177b9fe2e38c0db4f16e6d20e.tar.bz2
gcc-config-0bbe090dda2c504177b9fe2e38c0db4f16e6d20e.zip
gcc-config: clarify comment around index number choice
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'gcc-config')
-rwxr-xr-xgcc-config2
1 files changed, 1 insertions, 1 deletions
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