man.sh: revert trapping SIGPIPE

Closes:		279542
Fixes:		14a5c1068d
Reported by:	emaste
This commit is contained in:
Alexander Ziaee 2024-06-10 00:04:51 -04:00
parent 6c5ee6e55a
commit f29ea08fd3
No known key found for this signature in database
GPG Key ID: 0A8F850BCDEF4511

View File

@ -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.