correct proxy mark

This commit is contained in:
nojhan 2012-08-16 20:54:16 +02:00
parent 9051f3fb70
commit 0692501ad1

View File

@ -357,7 +357,7 @@ _lp_proxy()
[[ "$LP_ENABLE_PROXY" != 1 ]] && return
if [[ ! -z "$http_proxy" ]] ; then
echo -ne $LP_PROXY_MARK
echo -ne $LP_MARK_PROXY
fi
}