From b5bcb2a744ebe0fe112b478e110d154e877e754c Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 15 Feb 2010 23:05:04 +0000 Subject: Eh? It looks blank, but "-n" should catch that. Hopefully we have "od" and that'll let us see the raw bytes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31888 f5534014-38df-0310-8fa8-9805f1628bb7 --- tools/win-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/win-setup.sh b/tools/win-setup.sh index fae0bf6336..286735cb30 100755 --- a/tools/win-setup.sh +++ b/tools/win-setup.sh @@ -55,7 +55,8 @@ find_proxy() { # ...and wget can't fetch two registry keys because...? proxy_enabled=`regtool get /HKCU/Software/Microsoft/Windows/CurrentVersion/Internet\ Settings/ProxyEnable 2>/dev/null` -echo "proxy_enabled is $proxy_enabled" +echo "proxy_enabled is:" +echo "$proxy_enabled" | od -bc if [ -n "$proxy_enabled" -a "$proxy_enabled" -ne 0 ] ; then export http_proxy=`regtool get /HKCU/Software/Microsoft/Windows/CurrentVersion/Internet\ Settings/ProxyServer 2>/dev/null` echo "Using Internet Explorer proxy settings." -- cgit v1.2.3