download/mrc: handle exit status within subshell
the previous code merely exited from the subshell, but the intended behaviour is for the entire script to halt execution, and exit with non-zero status. this patch fixes that bug.
Please register or sign in to comment