Manual.md: make section concerning quoting version and pkgname clearer
This commit is contained in:
parent
4ceaf99e1e
commit
4bb368ab96
1 changed files with 2 additions and 2 deletions
|
@ -441,8 +441,8 @@ the generated `binary packages` have been modified.
|
||||||
- `version` A string with the package version. Must not contain dashes or underscore
|
- `version` A string with the package version. Must not contain dashes or underscore
|
||||||
and at least one digit is required. Shell's variable substitution usage is not allowed.
|
and at least one digit is required. Shell's variable substitution usage is not allowed.
|
||||||
|
|
||||||
Neither `pkgname` or `version` should contain special characters which make it
|
`pkgname` and `version` are forbidden to contain special characters. Hence, they don't
|
||||||
necessary to quote them, so they shouldn't be quoted in the template.
|
need to be quoted, and by convention, they shouldn't be.
|
||||||
|
|
||||||
<a id="optional_vars"></a>
|
<a id="optional_vars"></a>
|
||||||
#### Optional variables
|
#### Optional variables
|
||||||
|
|
Loading…
Add table
Reference in a new issue