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

This commit is contained in:
Bastien Montagne 2015-12-09 20:45:50 +01:00
parent 19dba67d15
commit d2312eb4cd

@ -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
}