diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2020-04-04 08:08:46 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-06 13:44:42 -0700 |
commit | ffce2ebdd9ad14d1ba315592157c03ce7ebd6212 (patch) | |
tree | a1a33c014fd39b698e430c7da1a5376c4f261b5e /commit-reach.c | |
parent | ci: make MAKEFLAGS available inside the Docker container in the Linux32 job (diff) | |
download | tgif-ffce2ebdd9ad14d1ba315592157c03ce7ebd6212.tar.xz |
ci/lib-docker: preserve required environment variables
We're using "su -m" to preserve environment variables in the shell run
by "su". But, that options will be ignored while "-l" (aka "--login") is
specified in util-linux and busybox's su.
In a later patch this script will be reused for checking Git for Linux
with musl libc on Alpine Linux, Alpine Linux uses "su" from busybox.
Since we don't have interest in all environment variables,
pass only those necessary variables to the inner script.
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-reach.c')
0 files changed, 0 insertions, 0 deletions