mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
labwc-config(5): describe environment file comment syntax
This commit is contained in:
parent
7bf08af210
commit
ea294dbcf5
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ re-loaded on --reconfigure.
|
||||||
Any environment variables referenced as $VARIABLE or ${VARIABLE} will be
|
Any environment variables referenced as $VARIABLE or ${VARIABLE} will be
|
||||||
substituted and the tilde (~) will be expanded as the user's home directory.
|
substituted and the tilde (~) will be expanded as the user's home directory.
|
||||||
|
|
||||||
|
Any line beginning with the character '#' in an environment file will be treated
|
||||||
|
as a comment. Trailing comments are not supported.
|
||||||
|
|
||||||
Please note that as labwc reloads the environment file(s) on reconfigure,
|
Please note that as labwc reloads the environment file(s) on reconfigure,
|
||||||
recursive/circular assignments (for example FOO=$FOO:bar) should not be made.
|
recursive/circular assignments (for example FOO=$FOO:bar) should not be made.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue