aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-29 22:59:52 +0100
committerSam James <sam@gentoo.org>2022-09-29 23:35:57 +0100
commit0388b3c1344e6d05e42769e291163f3532439334 (patch)
treeddbc6aa72e6ad205227e26f08dce48af30aac099
parentgcc-config: create ${CTARGET}-cc symlink (diff)
downloadgcc-config-0388b3c1344e6d05e42769e291163f3532439334.tar.gz
gcc-config-0388b3c1344e6d05e42769e291163f3532439334.tar.bz2
gcc-config-0388b3c1344e6d05e42769e291163f3532439334.zip
gcc-config: improve language
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xgcc-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-config b/gcc-config
index 512c41c..44a3869 100755
--- a/gcc-config
+++ b/gcc-config
@@ -128,7 +128,7 @@ try_real_hard_to_find_CHOST() {
local ret=$(source "${conf}" 2>/dev/null ; echo ${!varname})
if [[ -z ${ret} ]] ; then
# newer portage supports spaces between the var and =
- # CHOST = "this-is-retarded"
+ # CHOST = "this-is-silly"
ret=$(eval $(
${SED} -n \
-e 's:[[:space:]]::g' \