All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: fix permissions of git-checkout.sh
@ 2011-09-13 13:53 Ian Jackson
  0 siblings, 0 replies; only message in thread
From: Ian Jackson @ 2011-09-13 13:53 UTC (permalink / raw)
  To: xen-devel

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@eu.citrix.com>
# 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@eu.citrix.com>

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
+

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-13 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-13 13:53 [PATCH] tools: fix permissions of git-checkout.sh Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.