Put this back in with the initialisation in the right order.

This commit is contained in:
Nicholas Marriott
2010-05-04 17:28:16 +00:00
parent af5e0bd15a
commit c4a2fdf15b
9 changed files with 116 additions and 154 deletions

View File

@ -529,7 +529,7 @@ window_pane_spawn(struct window_pane *wp, const char *cmd, const char *shell,
environ_push(env);
server_signal_clear();
clear_signals();
log_close();
if (*wp->cmd != '\0') {