From 67439dfe06bbe22a826a47fbd0ceed9805814bd1 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 31 Dec 2014 14:05:53 +0500 Subject: Remove executable flag from the build configuration files They're not intended to be executed directly and seems mode change happened by accident. Setting -x for this files to avoid possible incidents by trying to run this files in shell. --- build_files/scons/tools/Blender.py | 0 source/creator/CMakeLists.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 build_files/scons/tools/Blender.py mode change 100755 => 100644 source/creator/CMakeLists.txt diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py old mode 100755 new mode 100644 diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt old mode 100755 new mode 100644 -- cgit v1.2.3