[Bf-blender-cvs] [33e456b0ce] master: install_deps.sh: don't use backticks

Sybren A. Stüvel noreply at git.blender.org
Thu Feb 2 17:49:52 CET 2017


Commit: 33e456b0ce65b07a286e22e2a40570d28a46a443
Author: Sybren A. Stüvel
Date:   Thu Feb 2 16:04:49 2017 +0100
Branches: master
https://developer.blender.org/rB33e456b0ce65b07a286e22e2a40570d28a46a443

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 c4d6b284c4..ee49f83b38 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -795,7 +795,7 @@ CXXFLAGS_BACK=$CXXFLAGS
 if [ "$USE_CXX11" = true ]; then
   WARNING "You are trying to use c++11, this *should* go smoothely 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




More information about the Bf-blender-cvs mailing list