scripts/git-checkout.sh: Is not bash specific. Invoke with /bin/sh.
authorKeir Fraser <keir@xen.org>
Tue, 13 Sep 2011 10:20:57 +0000 (11:20 +0100)
committerKeir Fraser <keir@xen.org>
Tue, 13 Sep 2011 10:20:57 +0000 (11:20 +0100)
Signed-off-by: Keir Fraser <keir@xen.org>
scripts/git-checkout.sh

index 3f3212662bb9001e960738f8e0171b81bb330ae8..1c0175b58ba827a2057e6d18c333266e27ba40cf 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 TREE=$1
 TAG=$2