Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Ziaee
79cd1ddff6
Merge f29ea08fd3 into 8521ea135f 2024-06-25 19:47:47 +09:00
Alexander Ziaee
f29ea08fd3
man.sh: revert trapping SIGPIPE
Closes:		279542
Fixes:		14a5c1068d
Reported by:	emaste
2024-06-10 00:21:37 -04:00

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.