aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-29 02:09:39 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-29 22:00:27 +0200
commit8acef68eac8dc4f7a6e937d11c4dd8713431e9b6 (patch)
tree70f640410f97e512feb23336b56e65ceb4a343f9
parentgen_funcs.sh: Refactor get_chost_libdir() error handling (diff)
downloadgenkernel-8acef68e.tar.gz
genkernel-8acef68e.tar.bz2
genkernel-8acef68e.zip
Export $PATH to genkernel worker
For example required for ccache. Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rwxr-xr-xgen_funcs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/gen_funcs.sh b/gen_funcs.sh
index 59c7507..cb0763a 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -595,6 +595,7 @@ dropbear_create_key() {
"LOGLEVEL='${LOGLEVEL}'"
"LOGFILE='${LOGFILE}'"
"NOCOLOR='${NOCOLOR}'"
+ "PATH='${PATH}'"
"TEMP='${TEMP}'"
)
@@ -670,6 +671,7 @@ dropbear_generate_key_info_file() {
"LOGLEVEL='${LOGLEVEL}'"
"LOGFILE='${LOGFILE}'"
"NOCOLOR='${NOCOLOR}'"
+ "PATH='${PATH}'"
"TEMP='${TEMP}'"
)
@@ -1197,6 +1199,7 @@ gkbuild() {
"LOGLEVEL='${LOGLEVEL}'"
"LOGFILE='${LOGFILE}'"
"NOCOLOR='${NOCOLOR}'"
+ "PATH='${PATH}'"
"TEMP='${TEMP}'"
"TMPDIR='${TEMP}'"
)
@@ -1285,6 +1288,7 @@ unpack() {
"LOGLEVEL='${LOGLEVEL}'"
"LOGFILE='${LOGFILE}'"
"NOCOLOR='${NOCOLOR}'"
+ "PATH='${PATH}'"
"TEMP='${TEMP}'"
)