[net.news.b] Postnews glitch

jhh (06/25/82)

The 2.8 postnews.usg script does not create the temporary file before
running the selected editor.  This causes the user to get an error
message when the editor is run.  The following change will create
the file:

26c26
< 		touch $t;$EDITOR $t
---
> 		$EDITOR $t

				John Haller
				ihnss!ihldt!jhh