From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4AE9E158095 for ; Thu, 29 Sep 2022 22:36:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BB23E0CFD; Thu, 29 Sep 2022 22:36:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72C4AE0CFD for ; Thu, 29 Sep 2022 22:36:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B393340E19 for ; Thu, 29 Sep 2022 22:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B68845E6 for ; Thu, 29 Sep 2022 22:36:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664490957.0388b3c1344e6d05e42769e291163f3532439334.sam@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: gcc-config X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0388b3c1344e6d05e42769e291163f3532439334 X-VCS-Branch: master Date: Thu, 29 Sep 2022 22:36:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba7a600d-5a28-4d06-acc7-a59cbcf74f44 X-Archives-Hash: 0c45a82de105df114b0497fbf3c73f75 commit: 0388b3c1344e6d05e42769e291163f3532439334 Author: Sam James gentoo org> AuthorDate: Thu Sep 29 21:59:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 29 22:35:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=0388b3c1 gcc-config: improve language Signed-off-by: Sam James gentoo.org> gcc-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \