From e0a11c44ab44eab3d4662716a70bfc5f9d272b77 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Sat, 14 Mar 2009 07:37:28 +0000 Subject: [PATCH] Make .thrift files non-executable since we removed the shebangs git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@753610 13f79535-47bb-0310-9956-ffa450edef68 --- test/DocTest.thrift | 0 test/threads/ThreadsTest.thrift | 0 tutorial/shared.thrift | 0 tutorial/tutorial.thrift | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 test/DocTest.thrift mode change 100755 => 100644 test/threads/ThreadsTest.thrift mode change 100755 => 100644 tutorial/shared.thrift mode change 100755 => 100644 tutorial/tutorial.thrift diff --git a/test/DocTest.thrift b/test/DocTest.thrift old mode 100755 new mode 100644 diff --git a/test/threads/ThreadsTest.thrift b/test/threads/ThreadsTest.thrift old mode 100755 new mode 100644 diff --git a/tutorial/shared.thrift b/tutorial/shared.thrift old mode 100755 new mode 100644 diff --git a/tutorial/tutorial.thrift b/tutorial/tutorial.thrift old mode 100755 new mode 100644 -- 2.17.1