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 63F37138334 for ; Sun, 4 Aug 2019 11:36:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1263BE08DD; Sun, 4 Aug 2019 11:36:38 +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 E7A49E08DD for ; Sun, 4 Aug 2019 11:36:37 +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 AAADE34982A for ; Sun, 4 Aug 2019 11:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D738C742 for ; Sun, 4 Aug 2019 11:36:34 +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: <1564917558.8b98f9740405a83645a03c88b625f2905f59239f.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_determineargs.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8b98f9740405a83645a03c88b625f2905f59239f X-VCS-Branch: master Date: Sun, 4 Aug 2019 11:36:34 +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: ff661ee7-a870-43d8-8169-5c506632bf8c X-Archives-Hash: ac9704ac9356d15e9594056ce40ae1cd commit: 8b98f9740405a83645a03c88b625f2905f59239f Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Aug 4 11:19:18 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Aug 4 11:19:18 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8b98f974 gen_determineargs.sh: determine_real_args(): Allow "+" char in LOCALVERSION Signed-off-by: Thomas Deutschmann gentoo.org> gen_determineargs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_determineargs.sh b/gen_determineargs.sh index f9bab6e..48c0c33 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -640,7 +640,7 @@ determine_real_args() { # We always need to populate KERNEL_LOCALVERSION to be able to warn # if user changed value but didn't rebuild kernel - local valid_localversion_pattern='^[A-Za-z0-9_.-]{1,}$' + local valid_localversion_pattern='^[A-Za-z0-9_.+-]{1,}$' if [ -n "${KERNEL_LOCALVERSION}" ] then