]> gitweb.fluxo.info Git - git-hooks.git/commitdiff
using /usr/bin/env
authorMikhail Troshev <mishanga@yandex-team.ru>
Mon, 22 Jul 2013 12:30:13 +0000 (16:30 +0400)
committerMikhail Troshev <mishanga@yandex-team.ru>
Mon, 22 Jul 2013 12:30:13 +0000 (16:30 +0400)
bash can be placed in /usr/local/bin on FreeBSD

git-hooks

index a0e2dc58de20a3a2c0ce4034caf70c9ffccc162b..761e14acd6618cf6d7c074b2710edfd6f06f8035 100755 (executable)
--- a/git-hooks
+++ b/git-hooks
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Copyright (c) 2010-2012, Benjamin C. Meyer <ben@meyerhome.net>
 # All rights reserved.