Commit 5032f343 authored by Nick Korovaiko's avatar Nick Korovaiko Committed by Scott Cyphers

set correct perms on source files (#1564)

parent 189cf3b7
......@@ -55,6 +55,7 @@ for ROOT_SUBDIR in src doc/examples test ${PYBIND_WRAPPER}; do
# creates dangling symlinks with .cpp/.hpp suffixes as a sort of locking
# mechanism, and this confuses clang-format.
find "${ROOT_SUBDIR}" -type f -and \( -name '*.cpp' -or -name '*.hpp' \) | xargs "${CLANG_FORMAT_PROG}" -i -style=file
find "${ROOT_SUBDIR}" -type f -and \( -name '*.cpp' -or -name '*.hpp' -or -name 'CMakeLists.txt' \) | xargs chmod 0644
bash_lib_status "Done."
fi
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment