Ignore the MAIL environment variable when the -u flag is set.
PR: bin/8665
This commit is contained in:
parent
5164f52665
commit
49936df39b
@ -110,6 +110,7 @@ main(argc, argv)
|
||||
* Next argument is person to pretend to be.
|
||||
*/
|
||||
myname = optarg;
|
||||
unsetenv("MAIL");
|
||||
break;
|
||||
case 'i':
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user