From: Martin Mares Date: Sun, 26 Oct 2008 13:12:09 +0000 (+0100) Subject: /bin/sh neeed not be bash. X-Git-Tag: v1.0~9 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1c108b0172719ed095ead7c7fe8ca910337ae6f7;p=git-tools.git /bin/sh neeed not be bash. --- diff --git a/update b/update index 57d8fa3..b4bf495 100755 --- a/update +++ b/update @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # This is a generic update hook script for GIT repositories. # Written by Martin Mares based on the template from GIT distribution.