Commit: 67439dfe06bbe22a826a47fbd0ceed9805814bd1 Author: Sergey Sharybin Date: Wed Dec 31 14:05:53 2014 +0500 Branches: blender-v2.73-release https://developer.blender.org/rB67439dfe06bbe22a826a47fbd0ceed9805814bd1
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. =================================================================== M build_files/scons/tools/Blender.py M 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 _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
