mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 01:30:14 -04:00
Merge Augeas lens fix for backslashes in regexps
https://github.com/hercules-team/augeas/issues/307
155746c72f
This commit is contained in:
parent
33aff08c36
commit
c48ee677df
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ let empty = Util.empty_dos
|
|||
let indent = Util.indent
|
||||
|
||||
(* borrowed from shellvars.aug *)
|
||||
let char_arg_dir = /[^\\ '"\t\r\n]|\\\\"|\\\\'/
|
||||
let char_arg_dir = /([^\\ '"\t\r\n]|[^\\ '"\t\r\n][^ '"\t\r\n]*[^\\ '"\t\r\n])|\\\\"|\\\\'/
|
||||
let char_arg_sec = /[^ '"\t\r\n>]|\\\\"|\\\\'/
|
||||
let cdot = /\\\\./
|
||||
let cl = /\\\\\n/
|
||||
|
|
|
|||
Loading…
Reference in a new issue