aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-05-01 12:07:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-05-01 12:07:16 +0200
commit1c36380288da8e0348d27bd27728b5232b93257d (patch)
tree43f04d44371c26067aebb249ad986b5ec2a090cd
parentREADME: remove draft notice (diff)
downloadguru-1c363802.tar.gz
guru-1c363802.tar.bz2
guru-1c363802.zip
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@riseup.net>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0dc07d97..64b922cf3 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