progs/catsign.c: Don't gratuitously try to open a temporary file.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 13 Aug 2018 20:30:07 +0000 (21:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Aug 2018 20:39:05 +0000 (21:39 +0100)
commit2921991916ba2362d054111a0d041ff170c899c1
tree703d035a87fab4bffca1b2d4d2bd283e0097d5e6
parent08b868da8e2a1378ed4bf3057e19898df3a774d0
progs/catsign.c: Don't gratuitously try to open a temporary file.

The `merry dance' where we open the necessary output files was bungled,
which caused a temporary file to be opened unless an explicit output
file was requested without buffering.
progs/catsign.c