Subject: crontab -e doesn't search path for $EDITOR
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Roland McGrath <roland@frob.com>
List: netbsd-bugs
Date: 11/10/1993 07:20:00
It seems:

		execve(editor, argv, environ);

could be:

		execvp(editor, argv);

Everything else copes with EDITOR=vi and doesn't require EDITOR=/usr/bin/vi.

------------------------------------------------------------------------------