From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C0B081381FA for ; Sat, 29 Dec 2012 21:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E78E0484; Sat, 29 Dec 2012 21:08:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47779E0484 for ; Sat, 29 Dec 2012 21:08:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A24A33D73B for ; Sat, 29 Dec 2012 21:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D916FE543D for ; Sat, 29 Dec 2012 21:08:13 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1356815345.205d3103e5cf075f908da72644cb4cbcfb49dbaf.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 205d3103e5cf075f908da72644cb4cbcfb49dbaf X-VCS-Branch: master Date: Sat, 29 Dec 2012 21:08:13 +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-Archives-Salt: c46560a9-07a1-4316-a8f6-a8606f35fc08 X-Archives-Hash: 3772222cfc963d5bc93b2dce76bc1e97 commit: 205d3103e5cf075f908da72644cb4cbcfb49dbaf Author: Fabian Groffen gentoo org> AuthorDate: Sat Dec 29 15:41:26 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Dec 29 21:09:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gcc-config.git;a=commit;h=205d3103 try_real_hard_to_find_CHOST: use probed GNU sed Signed-off-by: Fabian Groffen gentoo.org> Signed-off-by: Mike Frysinger gentoo.org> --- gcc-config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gcc-config b/gcc-config index 18d0b48..61e3d1c 100755 --- a/gcc-config +++ b/gcc-config @@ -93,7 +93,7 @@ try_real_hard_to_find_CHOST() { # newer portage supports spaces between the var and = # CHOST = "this-is-retarded" ret=$(eval $( - sed -n \ + ${SED} -n \ -e 's:[[:space:]]::g' \ -e "/^${varname}=/p" \ "${conf}"