From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SIrhS-00045M-Vf for garchives@archives.gentoo.org; Sat, 14 Apr 2012 01:22:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 708E6E0C87; Sat, 14 Apr 2012 01:22:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E33DE0C87 for ; Sat, 14 Apr 2012 01:22:42 +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 A1CA91B4032 for ; Sat, 14 Apr 2012 01:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6B23FE5402 for ; Sat, 14 Apr 2012 01:22:40 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1333663119.f54e246c839f152fa6df5a8e58d7f072d5524c6e.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: f54e246c839f152fa6df5a8e58d7f072d5524c6e X-VCS-Branch: master Date: Sat, 14 Apr 2012 01:22:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f188c1cf-c087-42bd-ab8b-e5a53f6efbfe X-Archives-Hash: 731518993bfc8c137bef5b6fd8184102 commit: f54e246c839f152fa6df5a8e58d7f072d5524c6e Author: Mike Frysinger gentoo org> AuthorDate: Thu Apr 5 21:58:39 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Apr 5 21:58:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gcc-config.gi= t;a=3Dcommit;h=3Df54e246c gcc-config: fix typo in ldpath setup in non-ld.so.conf.d case 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 9798118..6f86179 100755 --- a/gcc-config +++ b/gcc-config @@ -375,7 +375,7 @@ switch_profile() { if [[ -d ${ROOT}/etc/ld.so.conf.d ]] ; then echo "${MY_LDPATH}" > "${ROOT}"/etc/ld.so.conf.d/05gcc-${CTARGET}.con= f else - echo "LDPATH=3D\"${MY_LDPATH}\"" >> "${envd}tmp" + echo "LDPATH=3D\"${MY_LDPATH}\"" >> "${envd}.tmp" fi =20 # Punt old files; maybe globs too much, but oh well