From 744135d7bb87d16f15d2d43e371ce90de4a9fc7b Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 23 Jan 2014 16:22:55 +0200 Subject: Issue #19936: Restored executable bits for several libffi files. These files have shebangs and executable bits in the libffi distribution. --- Modules/_ctypes/libffi/build-ios.sh | 0 Modules/_ctypes/libffi/libtool-ldflags | 0 Modules/_ctypes/libffi/msvcc.sh | 0 Modules/_ctypes/libffi/src/arm/gentramp.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 Modules/_ctypes/libffi/build-ios.sh mode change 100644 => 100755 Modules/_ctypes/libffi/libtool-ldflags mode change 100644 => 100755 Modules/_ctypes/libffi/msvcc.sh mode change 100644 => 100755 Modules/_ctypes/libffi/src/arm/gentramp.sh diff --git a/Modules/_ctypes/libffi/build-ios.sh b/Modules/_ctypes/libffi/build-ios.sh old mode 100644 new mode 100755 diff --git a/Modules/_ctypes/libffi/libtool-ldflags b/Modules/_ctypes/libffi/libtool-ldflags old mode 100644 new mode 100755 diff --git a/Modules/_ctypes/libffi/msvcc.sh b/Modules/_ctypes/libffi/msvcc.sh old mode 100644 new mode 100755 diff --git a/Modules/_ctypes/libffi/src/arm/gentramp.sh b/Modules/_ctypes/libffi/src/arm/gentramp.sh old mode 100644 new mode 100755 -- cgit v0.12