[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51912] trunk/blender/build_files/ build_environment/prepare_release_env.sh: Release environment script: correction to python shm check

Sergey Sharybin sergey.vfx at gmail.com
Mon Nov 5 15:50:20 CET 2012


Revision: 51912
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51912
Author:   nazgul
Date:     2012-11-05 14:50:18 +0000 (Mon, 05 Nov 2012)
Log Message:
-----------
Release environment script: correction to python shm check

Modified Paths:
--------------
    trunk/blender/build_files/build_environment/prepare_release_env.sh

Modified: trunk/blender/build_files/build_environment/prepare_release_env.sh
===================================================================
--- trunk/blender/build_files/build_environment/prepare_release_env.sh	2012-11-05 14:47:28 UTC (rev 51911)
+++ trunk/blender/build_files/build_environment/prepare_release_env.sh	2012-11-05 14:50:18 UTC (rev 51912)
@@ -715,7 +715,7 @@
 
 # NOTE: this sounds strange, but make sure /dev/shm/ is writable by your user,
 #        otherwise syncronization primitives wouldn't be included into python
-if [[ "`stat -c '%a' /dev/shm/`" != "777" ]]; then
+if [[ "\`stat -c '%a' /dev/shm/\`" != "777" ]]; then
   echo "Error checking syncronization primitives"
   exit 1
 fi




More information about the Bf-blender-cvs mailing list