Ignore the MAIL environment variable when the -u flag is set.

PR:		bin/8665
This commit is contained in:
Jean-Marc Zucconi 1999-05-20 22:23:04 +00:00
parent 5164f52665
commit 49936df39b

View File

@ -110,6 +110,7 @@ main(argc, argv)
* Next argument is person to pretend to be.
*/
myname = optarg;
unsetenv("MAIL");
break;
case 'i':
/*