summaryrefslogtreecommitdiff
path: root/tools/win-setup.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-02-16 00:41:06 +0000
committerGuy Harris <guy@alum.mit.edu>2010-02-16 00:41:06 +0000
commitebe8dc121e42a87b389642e4820bde9a18ecdde8 (patch)
treef6d391e640d5fccc8f54ac7bcb3b36e4385a7a0f /tools/win-setup.sh
parent915f1482dbe9a50675a680e8a4f954a5170fa81b (diff)
downloadwireshark-ebe8dc121e42a87b389642e4820bde9a18ecdde8.tar.gz
Close quote.
svn path=/trunk/; revision=31893
Diffstat (limited to 'tools/win-setup.sh')
-rwxr-xr-xtools/win-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win-setup.sh b/tools/win-setup.sh
index 788960af2f..2d6022ac5a 100755
--- a/tools/win-setup.sh
+++ b/tools/win-setup.sh
@@ -60,7 +60,7 @@ find_proxy() {
# Strip out newlines so that doesn't happen.
#
proxy_enabled=`regtool get /HKCU/Software/Microsoft/Windows/CurrentVersion/Internet\ Settings/ProxyEnable 2>/dev/null | tr -d '\012'`
-if [ -n "$proxy_enabled ] ; then
+if [ -n "$proxy_enabled" ] ; then
echo "proxy_enabled is $proxy_enabled"
echo "In raw bytes, that's:"
echo -n "$proxy_enabled" | od -bc