From f80eb37e21a3b78468d41c797470900cc7c0297e Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 31 Dec 2014 14:05:53 +0500 Subject: [PATCH] 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