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 0AEFA1382C5 for ; Sat, 6 Feb 2021 16:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 366C4E0829; Sat, 6 Feb 2021 16:28:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 20B5FE0829 for ; Sat, 6 Feb 2021 16:28:31 +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 EEBA6343477 for ; Sat, 6 Feb 2021 16:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C89F4AE for ; Sat, 6 Feb 2021 16:28:28 +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: <1612628866.ca0338252c5a6837f420ad93114f481d7af32afc.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ca0338252c5a6837f420ad93114f481d7af32afc X-VCS-Branch: master Date: Sat, 6 Feb 2021 16:28:28 +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: 13fe517f-8eaf-44da-b3cb-d3a69e5a271c X-Archives-Hash: 54f346c452d1d72a36d5b75c1a85606c commit: ca0338252c5a6837f420ad93114f481d7af32afc Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Feb 6 16:22:37 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Feb 6 16:27:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ca033825 genkernel: make sure GREP_OPTIONS is unset We are using grep command and user could have set GREP_OPTIONS environment variable which could cause problems. Signed-off-by: Thomas Deutschmann gentoo.org> genkernel | 1 + 1 file changed, 1 insertion(+) diff --git a/genkernel b/genkernel index 85c2021..7d5a75e 100755 --- a/genkernel +++ b/genkernel @@ -46,6 +46,7 @@ then GK_SETTINGS+=( EXTRAVERSION ) GK_SETTINGS+=( INSTALL_MOD_PATH ) GK_SETTINGS+=( MOD_INSTALL ) + GK_SETTINGS+=( GREP_OPTIONS ) for GK_SETTING in "${GK_SETTINGS[@]}" do