CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2018/01/08 09:21:54
Modified files: app/cwm : util.c Log message: Quick fix: exit after a failed execvp in u_spawn instead; previously we did in u_exec, but the introduction of re-exec'ing the previous invocation of cwm if 'exec_wm' failed missed the 'exec' failing path. Will likely split out as a proper fix. Odd behaviour reported by Ve Telko.