From 7e2a6c3aec473517f170cc520b9b135c27829516 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 17 Jul 2015 22:01:59 +0400 Subject: [PATCH] =?UTF-8?q?update-nutools=20ignore=20par=20d=C3=A9faut=20l?= =?UTF-8?q?'eventuel=20proxy=20d=C3=A9fini=20par=20http=5Fproxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update-nutools | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-nutools b/update-nutools index aafc055..4cf3ace 100755 --- a/update-nutools +++ b/update-nutools @@ -8,6 +8,8 @@ PUB_REPO=http://vcs.univ-reunion.fr/anongit/modules/nutools.git NAME=nutools ################################################################################ +[ -z "$update_nutools_use_proxy" ] && export http_proxy= + CURL="$(which curl 2>/dev/null)" WGET="$(which wget 2>/dev/null)" if [ -n "$NUTOOLS_REPO" ]; then