aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-09-13 11:20:57 +0100
committerKeir Fraser <keir@xen.org>2011-09-13 11:20:57 +0100
commit6018608caf53ea4502b0a77408d2765c6544afef (patch)
tree10d28bd7c2f6db949d119886c30631761e457cbb /scripts
parentd0ac87b3c024cae66042c134221e257d49077063 (diff)
downloadxen-6018608caf53ea4502b0a77408d2765c6544afef.tar.gz
xen-6018608caf53ea4502b0a77408d2765c6544afef.tar.bz2
xen-6018608caf53ea4502b0a77408d2765c6544afef.zip
scripts/git-checkout.sh: Is not bash specific. Invoke with /bin/sh.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/git-checkout.sh2
1 files changed, 1 insertions, 1 deletions
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