mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
build-buildroot: fix is LD_LIBRARY_PATH is not defined
confiure: install rsync for docker
This commit is contained in:
@@ -277,7 +277,8 @@ def run_cmd(
|
||||
env = os.environ.copy()
|
||||
env.update(extra_env)
|
||||
for key in delete_env:
|
||||
del env[key]
|
||||
if key in env:
|
||||
del env[key]
|
||||
if show_cmd:
|
||||
print_cmd(cmd, cmd_file, extra_env=extra_env)
|
||||
# Otherwise Ctrl + C gives:
|
||||
|
||||
Reference in New Issue
Block a user