Commit: f80eb37e21a3b78468d41c797470900cc7c0297e Author: Sergey Sharybin Date: Wed Dec 31 14:05:53 2014 +0500 Branches: master https://developer.blender.org/rBf80eb37e21a3b78468d41c797470900cc7c0297e
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
