Skip to content
Snippets Groups Projects
Commit fd5a2ff5 authored by Ralf Jung's avatar Ralf Jung
Browse files

add missing sed flag

parent 8fc57310
No related branches found
No related tags found
No related merge requests found
Pipeline #26199 passed
...@@ -63,7 +63,7 @@ Noteworthy additions and changes: ...@@ -63,7 +63,7 @@ Noteworthy additions and changes:
The following `sed` script should perform most of the renaming The following `sed` script should perform most of the renaming
(on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`): (on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`):
``` ```
sed ' sed -i '
s/\bdom_map_filter\b/dom_map_filter_subseteq/g s/\bdom_map_filter\b/dom_map_filter_subseteq/g
s/\bfmap_seq\b/fmap_S_seq/g s/\bfmap_seq\b/fmap_S_seq/g
s/\bseqZ_fmap\b/fmap_add_seqZ/g s/\bseqZ_fmap\b/fmap_add_seqZ/g
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment