blob: 97815f629a38086a24be369a3927915ff9f50c8f (
plain)
1
2
3
4
5
|
- Normally variable names should be like C-identifiers plus '.'. In
particular, in simple expansion (i.e., $package-$version) we assume
characters [/-] end the name. But this can be overrident with paren-
expansion (i.e., $(package-version)). In assignment we always use
full name until space, '=', or '=+'.
|