From 3b71d5c0ae17c78acd7deff8ce910b09b68a805d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 2 Feb 2017 16:04:49 +0100 Subject: install_deps.sh: don't use backticks The script complained that it could not find the executable "--build-all". --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index a8519f54d0a..c167d392100 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 -- cgit v1.2.3