Commit: 3b71d5c0ae17c78acd7deff8ce910b09b68a805d
Author: Sybren A. Stüvel
Date:   Thu Feb 2 16:04:49 2017 +0100
Branches: blender2.8
https://developer.blender.org/rB3b71d5c0ae17c78acd7deff8ce910b09b68a805d

install_deps.sh: don't use backticks

The script complained that it could not find the executable "--build-all".

===================================================================

M       build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh 
b/build_files/build_environment/install_deps.sh
index a8519f54d0..c167d39210 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -787,7 +787,7 @@ CXXFLAGS_BACK=$CXXFLAGS
 if [ "$USE_CXX11" = true ]; then
   WARNING "C++11 is now mandatory for blender2.8, this *should* go smoothly 
with any very recent distribution.
 However, if you are experiencing linking errors (also when building Blender 
itself), please try the following:
-    * Re-run this script with `--build-all --force-all` options.
+    * Re-run this script with '--build-all --force-all' options.
     * Ensure your gcc version is at the very least 4.8, if possible you should 
really rather use gcc-5.1 or above.
 
 Please note that until the transition to C++11-built libraries if completed in 
your distribution, situation will

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to