[Bf-blender-cvs] [221ef3c] master: Install_deps: Fix stupid mistake in BUILD_NOTE.txt generation since last commit.

Bastien Montagne noreply at git.blender.org
Sun Sep 28 15:48:45 CEST 2014


Commit: 221ef3c29fa696eeffbd14199c4520cf89b936ee
Author: Bastien Montagne
Date:   Sun Sep 28 15:47:03 2014 +0200
Branches: master
https://developer.blender.org/rB221ef3c29fa696eeffbd14199c4520cf89b936ee

Install_deps: Fix stupid mistake in BUILD_NOTE.txt generation since last commit.

Reported by Thomas (DingTo) over IRC, thanks.

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

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 f081f43..c734c04 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -40,7 +40,7 @@ SRC="$HOME/src/blender-deps"
 INST="/opt/lib"
 TMP="/tmp"
 CWD=$PWD
-INFO_PATH = CWD
+INFO_PATH=$CWD
 
 # Do not install some optional, potentially conflicting libs by default...
 WITH_ALL=false




More information about the Bf-blender-cvs mailing list