Merge pull request #17315 from robfram/fix-git-hook-pre-commit-clang-format

Change shebang of pre-commit-clang-format hook to make it portable
This commit is contained in:
Rémi Verschelde 2018-03-06 21:27:35 +01:00 committed by GitHub
commit 1388ff5cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# git pre-commit hook that runs a clang-format stylecheck.
# Features: