From e783d3baf363bedc07f7986cf60ff95ac298500e Mon Sep 17 00:00:00 2001 From: Mikhail Troshev Date: Mon, 22 Jul 2013 16:30:13 +0400 Subject: using /usr/bin/env bash can be placed in /usr/local/bin on FreeBSD --- git-hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-hooks b/git-hooks index a0e2dc5..761e14a 100755 --- a/git-hooks +++ b/git-hooks @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright (c) 2010-2012, Benjamin C. Meyer # All rights reserved. -- cgit v1.2.3