Set the +x bit on two batch scripts
authorReid Kleckner <reid@kleckner.net>
Fri, 25 Jan 2013 22:12:50 +0000 (22:12 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 25 Jan 2013 22:12:50 +0000 (22:12 +0000)
commit2f67dc9266412a5bf2168918e21e7c4cd86f3186
treea82cb1703165e3eb0f425f32057d464a13df8a84
parent66f1f30725eb20760069823ec015234cce6b887c
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 [changed mode: 0644->0755]
test/Scripts/elf-dump.bat [changed mode: 0644->0755]