summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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