Check return value of chdir() to stop a silly warning with some
authornicm <nicm@openbsd.org>
Fri, 19 Feb 2021 09:09:16 +0000 (09:09 +0000)
committernicm <nicm@openbsd.org>
Fri, 19 Feb 2021 09:09:16 +0000 (09:09 +0000)
commitf93f4929030638a9dfe58b64856c183d41da4fc6
tree09a22ef2d986082530aa747f05ad739dce60e02b
parenta0dad605928945f5964d3d933eac103a8e0aec74
Check return value of chdir() to stop a silly warning with some
compilers, GitHub issue 2573.
usr.bin/tmux/job.c
usr.bin/tmux/spawn.c