Skip to content

Commit

Permalink
man.sh: revert trapping SIGPIPE
Browse files Browse the repository at this point in the history
PR:		279542
Fixes:		14a5c10
Reported by:	emaste
Reviewed by: imp, emaste, jilles
Pull Request: #1283
  • Loading branch information
concussious authored and bsdimp committed Jun 28, 2024
1 parent 088cc7d commit a85d870
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions usr.bin/man/man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ ulimit -t 20
# do not ignore the exit status of roff tools
set -o pipefail

# ignore SIGPIPE exits because pagers may exit before reading all their input.
trap '' SIGPIPE

# Usage: add_to_manpath path
# Adds a variable to manpath while ensuring we don't have duplicates.
# Returns true if we were able to add something. False otherwise.

Check warning on line 41 in usr.bin/man/man.sh

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
Expand Down

0 comments on commit a85d870

Please sign in to comment.