From 9ee8c7ca0036929509a210e4ee9049e4b2022305 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Thu, 10 Apr 2014 12:57:58 +0300 Subject: url: double-fallback to static busybox --- src/url.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/url.c') diff --git a/src/url.c b/src/url.c index 6c62c95..a8354ee 100644 --- a/src/url.c +++ b/src/url.c @@ -75,6 +75,7 @@ static int fork_wget(const char *url, pid_t *ppid) * See http://redmine.alpinelinux.org/issues/347 */ execlp("busybox", "wget", "-q", "-O", "-", url, (void*) 0); + execlp("busybox.static", "wget", "-q", "-O", "-", url, (void*) 0); exit(0); } -- cgit v1.2.3-60-g2f50