[Bf-blender-cvs] [d2312eb] master: install_deps.sh: print correct set of sources tested when a wget fails...

Bastien Montagne noreply at git.blender.org
Wed Dec 9 20:46:27 CET 2015


Commit: d2312eb4cd6ed9399d8a0c1a048d02a80c4c4394
Author: Bastien Montagne
Date:   Wed Dec 9 20:45:50 2015 +0100
Branches: master
https://developer.blender.org/rBd2312eb4cd6ed9399d8a0c1a048d02a80c4c4394

install_deps.sh: print correct set of sources tested when a wget fails...

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

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 5011517..d60b2e1 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -731,7 +731,7 @@ download() {
   done
 
   if [ $error -eq 1 ]; then
-    ERROR "wget could not find $1, or could not write it to $2, exiting"
+    ERROR "wget could not find ${sources[@]}, or could not write it to $2, exiting"
     exit 1
   fi
 }




More information about the Bf-blender-cvs mailing list