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

fix sed script

parent 402f2d6a
No related branches found
No related tags found
No related merge requests found
Pipeline #36688 passed
...@@ -42,7 +42,7 @@ Coq 8.8 and 8.9 are no longer supported. ...@@ -42,7 +42,7 @@ Coq 8.8 and 8.9 are no longer supported.
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 -i ' sed -i -E '
s/\bQp_plus/Qp_add/g s/\bQp_plus/Qp_add/g
s/\bQp_mult/Qp_mul/g s/\bQp_mult/Qp_mul/g
' $(find theories -name "*.v") ' $(find theories -name "*.v")
......
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