From bcbf8c5464ab321e9dc80b0c56d55f4945e4a2fc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Sep 2011 14:52:22 +0100 Subject: 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 --- scripts/git-checkout.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 scripts/git-checkout.sh diff --git a/scripts/git-checkout.sh b/scripts/git-checkout.sh old mode 100644 new mode 100755 index 1c0175b58b..aec1aad963 --- 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 + -- cgit v1.2.3