From 1c108b0172719ed095ead7c7fe8ca910337ae6f7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 26 Oct 2008 14:12:09 +0100 Subject: [PATCH] /bin/sh neeed not be bash. --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2