Files
Linux_post_install/lib
Your Name cc01fd8059 fix: unbound 'example' in config editor under set -u
Under 'set -u', 'local field=$1 key flags desc rest example' leaves the
unassigned locals UNSET rather than empty, so any POS_CONFIG key without
an '::example' hint (e.g. the whole system scope) hit 'example: unbound
variable' and aborted the scope listing. Initialize all locals explicitly.
2026-08-09 04:38:10 -04:00
..