]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Use union operator instead of env unpacking
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Mar 2023 19:22:57 +0000 (20:22 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Mar 2023 19:22:57 +0000 (20:22 +0100)
commit0fbe43ccc1be0f18cbb00dff9e8955288bfc0108
tree606fb1ee46aa90fd61d2309d4fcfe42bf3f49a4f
parentc14cc2073cf4b838d389788b597b8e9b58231129
Use union operator instead of env unpacking

Avoids issues when the same environment variable is specified more
than once.
mkosi/run.py