#368: Shellvars_list fails to parse backticks
---------------------------------+---------------------
 Reporter:  domcleal             |       Owner:  lutter
     Type:  defect               |      Status:  new
 Priority:  major                |   Milestone:  next
Component:  Augeas               |     Version:  1.1.0
 Keywords:  grub shellvars_list  |  Blocked By:
 Blocking:                       |
---------------------------------+---------------------
 On Ubuntu 12.04, /etc/default/grub contains:

 {{{
 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
 }}}

 This fails to parse using Shellvars_list:

 {{{
 /augeas/files/tmp/test/error = "parse_failed"
 /augeas/files/tmp/test/error/pos = "276"
 /augeas/files/tmp/test/error/line = "10"
 /augeas/files/tmp/test/error/char = "0"
 /augeas/files/tmp/test/error/lens =
 "/usr/share/augeas/lenses/dist/shellvars_list.aug:40.12-.37:"
 /augeas/files/tmp/test/error/message = "Iterated lens matched less than it
 should"
 }}}

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/368>
Augeas <http://augeas.net/>
a configuration API

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to