[net.bugs.2bsd] CSS/Harvard 2.9BSD bug report #7

keith@seismo.CSS.GOV (Keith Bostic) (09/18/85)

Subject: vi editor doesn't reset the terminal when you exit
Index:	ucb/MAKE 2.9BSD

Description:
	The -V flag isn't getting passed to the vi makefile, resulting
	in the editor not resetting the terminal to user's previous modes
	on exit.
Repeat-By:
	Compile the vi editor; edit a file and exit.
	Notice that you're still in editor mode.
Fix:
	Change the file ucb/MAKE and recompile.
	Diffs for ucb/MAKE follow.

diff MAKE.wrong MAKE.right
105c105
< 		whois | ftp | netstat | talk | tftp)
---
> 		whois | ex | ftp | netstat | talk | tftp)
107,108d106
< 		ex)
< 			(cd $each; $CDOVMK) ;;