mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user