Skip to content

Commit

Permalink
Abolish SIGINT exit status.
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Apr 26, 2017
1 parent 6b6febd commit cc37261
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/xpanes
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ readonly _XP_ELOGWRITE=21
# Necessary commands are not found
readonly _XP_ENOCMD=127

# Terminated by Ctl-C
readonly _XP_EINTR=130

# ===============

trap "exit $_XP_EINTR" SIGHUP SIGINT SIGQUIT SIGTERM

# _XP_THIS_FILE_NAME is supposed to be "xpanes".
readonly _XP_THIS_FILE_NAME="${0##*/}"
readonly _XP_THIS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]:-${(%):-%N}}")"; pwd)"
Expand Down

0 comments on commit cc37261

Please sign in to comment.