diff options
author | 2018-07-09 09:43:54 +0000 | |
---|---|---|
committer | 2018-07-09 09:43:54 +0000 | |
commit | a778be042b22541a1a2fd3ef80c6007a59db1c86 (patch) | |
tree | 00f8f897f9727f2e99e972fdd149b888b31780d6 /sys/arch/arm/cortex/files.cortex | |
parent | explain what @define-tag mktexlsr supersedes mktexlsr-local (diff) | |
download | wireguard-openbsd-a778be042b22541a1a2fd3ef80c6007a59db1c86.tar.xz wireguard-openbsd-a778be042b22541a1a2fd3ef80c6007a59db1c86.zip |
When using '[' as the delimiter in sed(1) s/// (don't do that, of course)
and then including '[' in the regular expression by prepending a backslash
to it, remove the backslash before feeding the RE to the RE engine, just
like we already do it for other special characters like .^$*+?{(|.
This makes sed 's[\[xy][...[' treat the xy thingy as a char class.
Joint work with martijn@, OK guenther@ martijn@
Diffstat (limited to 'sys/arch/arm/cortex/files.cortex')
0 files changed, 0 insertions, 0 deletions