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 3DF1B138350 for ; Fri, 1 May 2020 10:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FCFEE0CCA; Fri, 1 May 2020 10:08:08 +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 6786CE0CCA for ; Fri, 1 May 2020 10:08:08 +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 6B8AE34EE4D for ; Fri, 1 May 2020 10:08:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A45571EB for ; Fri, 1 May 2020 10:08:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588327636.1c36380288da8e0348d27bd27728b5232b93257d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: / X-VCS-Repository: repo/proj/guru X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1c36380288da8e0348d27bd27728b5232b93257d X-VCS-Branch: master Date: Fri, 1 May 2020 10:08:05 +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: a0b448ae-af1e-4d3f-9cb3-e483dad0af25 X-Archives-Hash: cde536f1a15ad322caa220fbe8c64f94 Message-ID: <20200501100805.GfY3LM4OR_qdpv1KkO1cZoTtVbsxChwSQ1YANU3PabA@z> commit: 1c36380288da8e0348d27bd27728b5232b93257d Author: Andrew Ammerlaan riseup net> AuthorDate: Fri May 1 10:07:16 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 1 10:07:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c363802 README: replace $A with $P A is a bad example as it should not be quoted Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0dc07d..64b922c 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format - #### Quote your variables -String variables should be quoted (e.g. not `$A` or `${A}` but `"${A}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about. +String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about. - #### Undesirable/Deprecated dependencies