X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=update;h=b4bf495635f4e81172e45273ed154b825b7f3f57;hb=HEAD;hp=57d8fa343daed8a772869a41516e774531c455fc;hpb=0c939c8bc47739cdbf68bac6bc20b1923b9fb767;p=git-tools.git 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.