mirror of
https://github.com/i3/i3.git
synced 2025-10-29 03:13:23 +00:00
exec* calls return when an error occurs, this is unexpected but would still leave the forked process in a broken state. This commit fixes that by ensuring they are followed by an immediate exit.