commit: 1c36380288da8e0348d27bd27728b5232b93257d Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri May 1 10:07:16 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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
