From aabc107241cf62beb8ac7cbce5166bda28e79f10 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Fri, 26 Nov 2010 18:18:46 +0100 Subject: fix variable name of UZBL_COOKIE_FILE --- examples/data/scripts/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/data/scripts/download.sh') diff --git a/examples/data/scripts/download.sh b/examples/data/scripts/download.sh index 606aa62..0a7de5d 100755 --- a/examples/data/scripts/download.sh +++ b/examples/data/scripts/download.sh @@ -6,7 +6,7 @@ . $UZBL_UTIL_DIR/uzbl-dir.sh # Some sites block the default wget --user-agent.. -GET="wget --user-agent=Firefox --content-disposition --load-cookies=$UZBL_COOKIE_JAR" +GET="wget --user-agent=Firefox --content-disposition --load-cookies=$UZBL_COOKIE_FILE" url="$1" -- cgit v1.2.3