summaryrefslogtreecommitdiffstats
path: root/nroff
diff options
context:
space:
mode:
Diffstat (limited to 'nroff')
-rw-r--r--nroff2
1 files changed, 1 insertions, 1 deletions
diff --git a/nroff b/nroff
index 5ec2c17..2c7f3d0 100644
--- a/nroff
+++ b/nroff
@@ -47,7 +47,7 @@ done
TMPFILE=$(mktemp /tmp/man.XXXXXX)
trap "rm -f $TMPFILE" 0 1 2 3 15
-cat ${1+"$@"} > ${TMPFILE}
+cat ${1+"$@"} >| ${TMPFILE}
if iconv -f utf-8 -t utf-8 -o /dev/null ${TMPFILE} 2>/dev/null
then