Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2013-12-15 18:52:29 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-12-15 18:53:50 +0400
commit740c7e677b3ee6bd7c197e82e6362d9a84ebe0c0 (patch)
tree879231a2093be569242aa450fb43c31dec93e2d5 /build_files/build_environment
parent6ea13cf217e63b2db8f213b129dd2071da26af13 (diff)
Fix typo in previous own commit (thanks to _FrnchFrgg_ for noticing this!).
Diffstat (limited to 'build_files/build_environment')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index f5f88dba498..e68c09fa38d 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