From: bors Date: Wed, 8 Mar 2017 00:00:34 +0000 (+0000) Subject: Auto merge of #3789 - vojtechkral:cargo_env, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~112 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=08069531d7f8d375b4b946151badfb8f70890aa3;p=cargo.git Auto merge of #3789 - vojtechkral:cargo_env, r=alexcrichton Tell subprocesses the path to self in an env variable #3778 I'm just setting the env var on the process itself, letting subprocesses inherit that, as it's easier than setting for each subprocess individually. I'm not entirely sure this is the right spot though. Also, I should probably document this somewhere - what would be the best place? --- 08069531d7f8d375b4b946151badfb8f70890aa3