Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: /
Date: Fri, 01 May 2020 10:08:09
Message-Id: 1588327636.1c36380288da8e0348d27bd27728b5232b93257d.andrewammerlaan@gentoo
1 commit: 1c36380288da8e0348d27bd27728b5232b93257d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri May 1 10:07:16 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri May 1 10:07:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c363802
7
8 README: replace $A with $P
9
10 A is a bad example as it should not be quoted
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14
15 README.md | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/README.md b/README.md
19 index d0dc07d..64b922c 100644
20 --- a/README.md
21 +++ b/README.md
22 @@ -88,7 +88,7 @@ In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format
23
24 - #### Quote your variables
25
26 -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.
27 +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.
28
29 - #### Undesirable/Deprecated dependencies