diff --git a/tools/clang-tidy/clang-tidy.cmake b/tools/clang-tidy/clang-tidy.cmake index 3b49ec0..e5d942d 100644 --- a/tools/clang-tidy/clang-tidy.cmake +++ b/tools/clang-tidy/clang-tidy.cmake @@ -30,7 +30,7 @@ if (DEV_MODE) if (IS_DIRECTORY "${CMAKE_SOURCE_DIR}/.git/hooks") if (NOT EXISTS "${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit") file(WRITE "${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit" - "#!/bin/bash\n" + "#!/bin/sh\n" "# Progressia autogenerated pre-commit hook\n" "# You may modify this hook freely " "(just make sure the checks run)\n"