diff options
Diffstat (limited to 'src/execute.h')
-rw-r--r-- | src/execute.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/execute.h b/src/execute.h index ed90c6e3e..0d7e7dd65 100644 --- a/src/execute.h +++ b/src/execute.h @@ -128,6 +128,8 @@ struct ExecContext { bool tty_vhangup; bool tty_vt_disallocate; + bool ignore_sigpipe; + /* Since resolving these names might might involve socket * connections and we don't want to deadlock ourselves these * names are resolved on execution only and in the child |