[Bf-blender-cvs] [740c7e6] master: Fix typo in previous own commit (thanks to _FrnchFrgg_ for noticing this!).

Bastien Montagne noreply at git.blender.org
Sun Dec 15 15:53:40 CET 2013


Commit: 740c7e677b3ee6bd7c197e82e6362d9a84ebe0c0
Author: Bastien Montagne
Date:   Sun Dec 15 15:52:29 2013 +0100
http://developer.blender.org/rB740c7e677b3ee6bd7c197e82e6362d9a84ebe0c0

Fix typo in previous own commit (thanks to _FrnchFrgg_ for noticing this!).

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

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 f5f88db..e68c09f 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1843,7 +1843,7 @@ install_DEB() {
         if [ $? -eq 0 ]; then
           install_packages_DEB python$PYTHON_VERSION_MIN-numpy
         elif $NUMPY_REQUIRED; then
-          WANING "Valid python package but no valid numpy package!" \
+          WARNING "Valid python package but no valid numpy package!" \
                  "    Building both Python and Numpy from sources!"
           _do_compile=true
         else




More information about the Bf-blender-cvs mailing list