[llvm-commits] [llvm] r173508 - in /llvm/trunk/test/Scripts: coff-dump.py.bat elf-dump.bat

Reid Kleckner reid at kleckner.net
Fri Jan 25 14:12:50 PST 2013


Author: rnk
Date: Fri Jan 25 16:12:50 2013
New Revision: 173508

URL: http://llvm.org/viewvc/llvm-project?rev=173508&view=rev
Log:
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".

Modified:
    llvm/trunk/test/Scripts/coff-dump.py.bat   (contents, props changed)
    llvm/trunk/test/Scripts/elf-dump.bat   (contents, props changed)

Modified: llvm/trunk/test/Scripts/coff-dump.py.bat
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Scripts/coff-dump.py.bat?rev=173508&r1=173507&r2=173508&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/Scripts/coff-dump.py.bat
------------------------------------------------------------------------------
    svn:executable = *

Modified: llvm/trunk/test/Scripts/elf-dump.bat
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Scripts/elf-dump.bat?rev=173508&r1=173507&r2=173508&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/Scripts/elf-dump.bat
------------------------------------------------------------------------------
    svn:executable = *





More information about the llvm-commits mailing list