summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-05-11 22:54:54 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-05-11 22:54:54 +0000
commit511188e5a08aa655a941f211f23c6dc7b7e97505 (patch)
tree998d5da695a203288166e23bba177d308ceb184a /tools
parent6c940e071465c7fda58ece0d9934afcdf215d0ac (diff)
downloadwireshark-511188e5a08aa655a941f211f23c6dc7b7e97505.tar.gz
Copy environment variable HTTP_PROXY when set to http_proxy so wget can grab it.
Also add $Id$ tag svn path=/trunk/; revision=21750
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win32-setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 5c0cd0a9ee..a3d906dd21 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+#
+# $Id$
# This MUST be in the form
# http://anonsvn.wireshark.org/wireshark-win32-libs/tags/<date>/packages
@@ -64,6 +66,7 @@ case "$1" in
use_proxy="-Y on"
if [ -z "$http_proxy" ] ; then
echo "HTTP proxy ($HTTP_PROXY) has been specified and will be used."
+ export http_proxy=$HTTP_PROXY
else
echo "HTTP proxy ($http_proxy) has been specified and will be used."
fi