summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/wget.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch/wget.py')
-rw-r--r--bitbake/lib/bb/fetch/wget.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/wget.py b/bitbake/lib/bb/fetch/wget.py
index c125ecb59b..84ea81d87a 100644
--- a/bitbake/lib/bb/fetch/wget.py
+++ b/bitbake/lib/bb/fetch/wget.py
@@ -70,7 +70,6 @@ class Wget(Fetch):
70 if ftpproxy: 70 if ftpproxy:
71 fetchcmd = "ftp_proxy=" + ftpproxy + " " + fetchcmd 71 fetchcmd = "ftp_proxy=" + ftpproxy + " " + fetchcmd
72 bb.msg.debug(2, bb.msg.domain.Fetcher, "executing " + fetchcmd) 72 bb.msg.debug(2, bb.msg.domain.Fetcher, "executing " + fetchcmd)
73 sys.exit(1)
74 ret = os.system(fetchcmd) 73 ret = os.system(fetchcmd)
75 if ret != 0: 74 if ret != 0:
76 return False 75 return False