aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2011-09-13 14:52:22 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2011-09-13 14:52:22 +0100
commitbcbf8c5464ab321e9dc80b0c56d55f4945e4a2fc (patch)
tree3175116195eb32bdba549a8268179e8588b076ff /scripts
parent6018608caf53ea4502b0a77408d2765c6544afef (diff)
downloadxen-bcbf8c5464ab321e9dc80b0c56d55f4945e4a2fc.tar.gz
xen-bcbf8c5464ab321e9dc80b0c56d55f4945e4a2fc.tar.bz2
xen-bcbf8c5464ab321e9dc80b0c56d55f4945e4a2fc.zip
tools: fix permissions of git-checkout.sh
23828:0d21b68f528b introduced a new scripts/git-checkout.sh, but it had the wrong permissions. chmod +x it, and add a blank line at the end to make sure it actually gets updated. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/git-checkout.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/git-checkout.sh b/scripts/git-checkout.sh
index 1c0175b58b..aec1aad963 100644..100755
--- a/scripts/git-checkout.sh
+++ b/scripts/git-checkout.sh
@@ -44,3 +44,4 @@ elif test -f $ROOT/configure; then
--disable-kvm \
$IOEMU_CONFIGURE_CROSS
fi
+