소스 검색

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
Rémi Verschelde 7 년 전
부모
커밋
1388ff5cbb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      misc/hooks/pre-commit-clang-format

+ 1 - 1
misc/hooks/pre-commit-clang-format

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