]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Always use TERM=dumb if not connected to a tty 2646/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 21 Apr 2024 09:20:09 +0000 (11:20 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 21 Apr 2024 09:28:34 +0000 (11:28 +0200)
commit9a2ee9260d6269a56d0b13ae722634216e589bbd
tree5478e4af4925365d54e139d915c919c3ed040fea
parent843fb7cc47cf04a690cd32be8aacc553c05ce06e
Always use TERM=dumb if not connected to a tty

mkosi might be invoked from a terminal but redirected to a file, in
that case we should ignore $TERM from the environment, so let's make
sure we handle that properly.
mkosi/config.py