Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
17ce379f
Commit
17ce379f
authored
Oct 23, 2020
by
Allan Blanchard
Browse files
Makes update_api_doc case insensitive
parent
2e793f8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/update_api_doc.sh
View file @
17ce379f
...
...
@@ -7,5 +7,5 @@ if test -z "$next"; then
echo
"
\$
./bin/update_api_doc.sh <NEXT>"
echo
"See the Release Management Documentation for an example."
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
}
/g
I
"
'{}'
';'
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment