diff --git a/commit-msg b/commit-msg index e3b51de51..715837c4a 100755 --- a/commit-msg +++ b/commit-msg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Copy or link this file as ".git/hooks/pre-commit". diff --git a/pre-commit b/pre-commit index 75c7f829d..928938200 100755 --- a/pre-commit +++ b/pre-commit @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Copy or link this file as ".git/hooks/pre-commit".