Merge branch 'experimental' into bf2
[uzbl-mobile] / examples / data / uzbl / scripts / download.sh
index aa1ca09..c8eb6ba 100755 (executable)
@@ -8,6 +8,9 @@ GET="wget --user-agent=Firefox"
 dest="$HOME"
 url="$8"
 
+http_proxy="$9"
+export http_proxy
+
 test "x$url" = "x" && { echo "you must supply a url! ($url)"; exit 1; }
 
 # only changes the dir for the $get sub process