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

fix sed script

parent 402f2d6a
Branches
Tags
No related merge requests found
...@@ -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.
Please register or to comment