From: Mikhail Troshev Date: Mon, 22 Jul 2013 12:30:13 +0000 (+0400) Subject: using /usr/bin/env X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e783d3baf363bedc07f7986cf60ff95ac298500e;p=git-hooks.git using /usr/bin/env bash can be placed in /usr/local/bin on FreeBSD --- 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.