From: Stephen Haberman Date: Tue, 30 Sep 2008 17:28:23 +0000 (-0500) Subject: Use sh instead of bash. X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d85f02498c31bf63715ea0fb940346966bed43aa;p=git-central.git Use sh instead of bash. --- 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