*: Use /usr/bin/env in shebangs for bash & zsh
To increase the portability (OSX for example has zsh under `/bin/zsh`).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# A hook script to check the commit log message.
|
||||
# Called by "git commit" with one argument, the name of the file that has the
|
||||
|
||||
Reference in New Issue
Block a user