X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=update;h=b4bf495635f4e81172e45273ed154b825b7f3f57;hb=HEAD;hp=e79958e1a1125a0de84b250e32f55e8f23610b92;hpb=673b6bee4c0aa3feffedf131192f68000e487ef2;p=git-tools.git diff --git a/update b/update index e79958e..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. @@ -59,5 +59,5 @@ fi exec >&2 mutt -F/dev/null -x -e 'set charset="utf-8"; set send_charset="us-ascii:iso-8859-2:utf-8"' -s "$subj" "$recipient" <$out -#rm $out +rm $out exit 0