From d85f02498c31bf63715ea0fb940346966bed43aa Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Tue, 30 Sep 2008 12:28:23 -0500 Subject: [PATCH] Use sh instead of bash. --- client/post-checkout-rebase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/post-checkout-rebase b/client/post-checkout-rebase index a0fc533..883fa3f 100644 --- a/client/post-checkout-rebase +++ b/client/post-checkout-rebase @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # The hook is given three parameters: the ref of the previous HEAD, the ref of # the new HEAD (which may or may not have changed), and a flag indicating -- 2.20.1