Skip to content
Snippets Groups Projects
Commit 218bcaf2 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Makes update_api_doc case insensitive

parent f9eda955
No related branches found
No related tags found
No related merge requests found
...@@ -7,5 +7,5 @@ if test -z "$next"; then ...@@ -7,5 +7,5 @@ if test -z "$next"; then
echo "\$ ./bin/update_api_doc.sh <NEXT>" echo "\$ ./bin/update_api_doc.sh <NEXT>"
echo "See the Release Management Documentation for an example." echo "See the Release Management Documentation for an example."
else else
find src -name '*.ml*' -exec sed -i -e "s/Frama-C+dev/${next}/g" '{}' ';' find src -name '*.ml*' -exec sed -i -e "s/Frama-C+dev/${next}/gI" '{}' ';'
fi fi
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