From 2f67dc9266412a5bf2168918e21e7c4cd86f3186 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 25 Jan 2013 22:12:50 +0000 Subject: [PATCH] Set the +x bit on two batch scripts Cygwin git-svn will faithfully forward the svn properties all the way down to the NTFS executable permission. Without the +x bit, tests using these scripts fail with "Access Denied". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173508 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Scripts/coff-dump.py.bat | 0 test/Scripts/elf-dump.bat | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 test/Scripts/coff-dump.py.bat mode change 100644 => 100755 test/Scripts/elf-dump.bat diff --git a/test/Scripts/coff-dump.py.bat b/test/Scripts/coff-dump.py.bat old mode 100644 new mode 100755 diff --git a/test/Scripts/elf-dump.bat b/test/Scripts/elf-dump.bat old mode 100644 new mode 100755 -- 2.11.0