]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Fix setpgid logic
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 28 Sep 2023 07:18:55 +0000 (09:18 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 28 Sep 2023 07:40:35 +0000 (09:40 +0200)
commit7449b2fab18062aee8a1dd9689632a14ffcf97ff
tree3cc6e8ad77f01c988943ebc8689db2bdf14e8474
parent20a435edf616b08122a8f809df283ff40cd75863
Fix setpgid logic

Make sure we append the setpgid command after all the options. Let's
also use -- to avoid any potential confusion about whether the following
arguments are options or not.
mkosi/run.py