X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-chroot/blobdiff_plain/168cdcfeb376c76e180a84513565540385747ea3..1cad1a5de1e7fe98ca43eff6d36da636792d1edd:/bin/chroot-maint diff --git a/bin/chroot-maint b/bin/chroot-maint index fbd45e3..70a028a 100755 --- a/bin/chroot-maint +++ b/bin/chroot-maint @@ -2810,7 +2810,7 @@ with toplevel_handler(): FRESH = parse_fresh(OPT.fresh) SCHED = JobScheduler(rfd, wfd, njobs) - OS.environ["http_proxy"] = C.PROXY + OS.environ["http_proxy"] = OS.environ["https_proxy"] = C.PROXY jobs = [] if not args: OPTIONS.print_usage(SYS.stderr); SYS.exit(2)