#94: Cron lens doesn't parse valid environment variable names
---------------------+------------------------------------------------------
Reporter: lkrejci | Owner: lutter
Type: defect | Status: new
Priority: major | Milestone: next
Component: Augeas | Version: 0.5.3
Keywords: |
---------------------+------------------------------------------------------
In the current cron.aug, the variable name is defined as
/[A-Z][A-Za-z0-9]*/ (the shellvar definition) which doesn't parse all
valid variable names (like for example CRON_TZ and MLS_LEVEL mentioned in
man 5 crontab).
Why is the variable name so restricted in the lens?
Why not use something like:
/[a-zA-Z_][a-zA-Z0-9_]*/
or even:
Shellvars.key_re
--
Ticket URL: <https://fedorahosted.org/augeas/ticket/94>
Augeas <http://augeas.net/>
a configuration API
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel