Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix DOWNLOAD macro to use cookiefile variable - surf - customized build of sur…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit ba634ea8e3b884c4610c89d4491e70729d53bc43
parent 24f0f831972ec19ac0663a1fbe00a280e736d4f5
Author: Carlos J. Torres <[email protected]>
Date: Tue, 12 Feb 2013 22:28:16 -0500
fix DOWNLOAD macro to use cookiefile variable
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M config.def.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -29,10 +29,9 @@ static Bool hidebackground = FALSE;
#define DOWNLOAD(d, r) { \
.v = (char *[]){ "/bin/sh", "-c", \
"st -e /bin/sh -c \"curl -J -O --user-agent '$1'" \
- " --referer '$2'" \
- " -b ~/.surf/cookies.txt -c ~/.surf/cookies.txt '$0';" \
+ " --referer '$2' -b $3 -c $3 '$0';" \
" sleep 5;\"", \
- d, useragent, r, NULL \
+ d, useragent, r, cookiefile, NULL \
} \
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.