mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
man.sh: revert trapping SIGPIPE
PR: 279542
Fixes: 14a5c1068d
Reported by: emaste
Reviewed by: imp, emaste, jilles
Pull Request: https://github.com/freebsd/freebsd-src/pull/1283
This commit is contained in:
parent
088cc7d221
commit
a85d870007
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue