]> xenbits.xensource.com Git - xen.git/commitdiff
tools: fix permissions of git-checkout.sh
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 13 Sep 2011 13:52:22 +0000 (14:52 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 13 Sep 2011 13:52:22 +0000 (14:52 +0100)
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>
scripts/git-checkout.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 1c0175b..aec1aad
@@ -44,3 +44,4 @@ elif test -f $ROOT/configure; then
                --disable-kvm \
                $IOEMU_CONFIGURE_CROSS
 fi
+