From 6018608caf53ea4502b0a77408d2765c6544afef Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 13 Sep 2011 11:20:57 +0100 Subject: scripts/git-checkout.sh: Is not bash specific. Invoke with /bin/sh. Signed-off-by: Keir Fraser --- scripts/git-checkout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/git-checkout.sh b/scripts/git-checkout.sh index 3f3212662b..1c0175b58b 100644 --- a/scripts/git-checkout.sh +++ b/scripts/git-checkout.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh TREE=$1 TAG=$2 -- cgit v1.2.3