|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] tools: fix permissions of git-checkout.sh
I have just applied this. The permissions of scripts/git-checkout.sh
aren't visible below; what I did was just chmod +x.
Ian.
# HG changeset patch
# User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
# Date 1315921942 -3600
# Node ID e564f2f1b737bc756410b34d886a15711caa288a
# Parent 64aab9a077ea937b31fd678b02f755139b924184
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@xxxxxxxxxxxxx>
diff -r 64aab9a077ea -r e564f2f1b737 scripts/git-checkout.sh
--- a/scripts/git-checkout.sh Tue Sep 13 11:20:57 2011 +0100
+++ b/scripts/git-checkout.sh Tue Sep 13 14:52:22 2011 +0100
@@ -44,3 +44,4 @@ elif test -f $ROOT/configure; then
--disable-kvm \
$IOEMU_CONFIGURE_CROSS
fi
+
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] tools: fix permissions of git-checkout.sh,
Ian Jackson <=
|
|
|
|
|