Isaku Yamahata bff001456c config: get_meta_section() misunderstands the beginning of metasection
For example, the line, "if [[ -n $no_proxy ]]; then" is misparsed
as the beginning of metasection because get_meta_section() misses
escaping of "|" unlike get_meta_section_files().
This patch adds necessary escape as "|" -> "\|".

Change-Id: Ic14b2ac167037c4f5db89492f0e8a4c5b13c7b6d
Closes-Bug: #1262960
2013-12-20 12:02:39 +09:00
..
2013-10-24 17:38:19 +01:00
2013-11-26 13:30:11 -05:00
2013-12-13 15:20:26 +01:00
2013-10-24 17:38:19 +01:00
2013-11-14 10:28:51 +01:00
2013-10-24 17:38:19 +01:00
2013-11-26 11:28:54 -06:00
2013-12-13 12:45:49 -05:00
2013-10-24 17:38:19 +01:00
2013-12-06 12:56:52 +04:00
2013-10-24 17:38:19 +01:00