]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add fallback paths to PATH in run_workspace_command() 1369/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Mar 2023 20:10:01 +0000 (21:10 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 5 Mar 2023 07:54:31 +0000 (08:54 +0100)
commit5f406e7e9fc44f94d6aece832b76a574dbe8f6a9
tree3e4e29ad6b9e5f53801838b5b093f85be379c19f
parent90ba39c823764738d98a97ead20dab98b1f7b50b
Add fallback paths to PATH in run_workspace_command()

Some distros don't configure the appropriate default PATH for their
shell when executed non-interactively, so let's add some fallback
entries ourselves to make sure we can always find the executables we
need.
mkosi/run.py