Tooling: do not enter _opam when fixing indent

This commit is contained in:
Raphaël Proust 2018-09-11 11:40:09 +08:00 committed by Grégoire Henry
parent 8d2e302f1a
commit e02ba41a65
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -17,6 +17,7 @@ files="$@"
if [ -z "$files" ]; then if [ -z "$files" ]; then
files=` find \( -name _build -or \ files=` find \( -name _build -or \
-name .git -or \ -name .git -or \
-name _opam -or \
-wholename ./src/environment/v1.ml -or \ -wholename ./src/environment/v1.ml -or \
-name ocplib-json-typed -or \ -name ocplib-json-typed -or \
-name registerer.ml \) -prune -or \ -name registerer.ml \) -prune -or \