From 0198e00318578093e90d8734ed2ca4891ac1b0c0 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 25 Jan 2013 22:12:50 +0000 Subject: 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". llvm-svn: 173508 --- llvm/test/Scripts/coff-dump.py.bat | 0 llvm/test/Scripts/elf-dump.bat | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 llvm/test/Scripts/coff-dump.py.bat mode change 100644 => 100755 llvm/test/Scripts/elf-dump.bat (limited to 'llvm/test/Scripts') diff --git a/llvm/test/Scripts/coff-dump.py.bat b/llvm/test/Scripts/coff-dump.py.bat old mode 100644 new mode 100755 diff --git a/llvm/test/Scripts/elf-dump.bat b/llvm/test/Scripts/elf-dump.bat old mode 100644 new mode 100755 -- cgit v1.2.3