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 E871858973 for ; Sat, 16 Jan 2016 08:22:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EC6021C001; Sat, 16 Jan 2016 08:22:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E02621C001 for ; Sat, 16 Jan 2016 08:22:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FACF340914 for ; Sat, 16 Jan 2016 08:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D936C6F for ; Sat, 16 Jan 2016 08:22:09 +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: <1452932497.2cdf8714b2d575d6e1554b6ed397451b153ae76c.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/ X-VCS-Repository: proj/crossdev X-VCS-Files: wrappers/cross-pkg-config X-VCS-Directories: wrappers/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 2cdf8714b2d575d6e1554b6ed397451b153ae76c X-VCS-Branch: master Date: Sat, 16 Jan 2016 08:22:09 +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: 8b517402-83d7-456e-add6-cf66417b21b3 X-Archives-Hash: 73f69760caefd2165f935e62abac7dec commit: 2cdf8714b2d575d6e1554b6ed397451b153ae76c Author: Mike Frysinger gentoo org> AuthorDate: Sat Jan 16 08:21:37 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Jan 16 08:21:37 2016 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=2cdf8714 cross-pkg-config: fix typo w/pkg_config URL: https://bugs.gentoo.org/570762 Reported-by: Fabio Rossi inwind.it> Signed-off-by: Mike Frysinger gentoo.org> wrappers/cross-pkg-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/cross-pkg-config b/wrappers/cross-pkg-config index 6b68fa7..e7a234c 100755 --- a/wrappers/cross-pkg-config +++ b/wrappers/cross-pkg-config @@ -37,7 +37,7 @@ if [ "$1" = "--cross-pkg-config-install" ] ; then -e "s:@CROSS_PKG_CONFIG_PATH@:${pkg_path}:" \ "${pkg_config}" rm -f "${pkg_config}".tmp - chmod a+rx "{$pkg_config}" + chmod a+rx "${pkg_config}" exit 0 fi