commit | 556eff161fb7c4b268a43005f8ed9103ecc4aeef | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Oct 05 21:18:21 2022 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Oct 05 21:18:21 2022 +0300 |
tree | 7dc8d5efecb1735fdb3db0375a81fb5f3b9197e5 | |
parent | c84ef54acb04bb77ceb5ba66fe0f09e7bc5bc40a [diff] [blame] |
eclair-linaro: Resurrect tf-environment.install To capture latest value of PATH. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: Ic6fc57ba12e66bc9d88268b37b22c1023d2a3f2f
diff --git a/eclair-linaro/tf-environment.install b/eclair-linaro/tf-environment.install new file mode 100755 index 0000000..ec1aadc --- /dev/null +++ b/eclair-linaro/tf-environment.install
@@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +env | grep PATH >> /etc/environment