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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64BED138359 for ; Mon, 20 Jul 2020 02:29:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD479E08F4; Mon, 20 Jul 2020 02:29:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90F79E08F4 for ; Mon, 20 Jul 2020 02:29:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 937D234F011 for ; Mon, 20 Jul 2020 02:29:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FEA42D0 for ; Mon, 20 Jul 2020 02:29:24 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1595212011.9f2db2e36ca16832c88598eb86b8187f2e9806c5.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_funcs.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9f2db2e36ca16832c88598eb86b8187f2e9806c5 X-VCS-Branch: master Date: Mon, 20 Jul 2020 02:29:24 +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: dcf02e4a-a5da-4228-96f6-ab14d07f5325 X-Archives-Hash: b22d7e17ea815d4c0e20ff4bbd411f68 commit: 9f2db2e36ca16832c88598eb86b8187f2e9806c5 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jul 20 02:26:51 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jul 20 02:26:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9f2db2e3 gen_funcs.sh: tc-getAS(): Fix typo Actually return AS and not AR. Signed-off-by: Thomas Deutschmann gentoo.org> gen_funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_funcs.sh b/gen_funcs.sh index a58fbbb..2dfae7d 100755 --- a/gen_funcs.sh +++ b/gen_funcs.sh @@ -1249,7 +1249,7 @@ tc-getAR() { } tc-getAS() { - tc-getPROG AR ar "$@" + tc-getPROG AS as "$@" } tc-getBUILD_AR() {