mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
The secure temporary directory is always created, so always remove it.
This commit is contained in:
parent
a96dcd84d2
commit
b88a90fd4c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73240
@ -223,13 +223,9 @@ main(argc,argv)
|
||||
if (outfile[0] != NULL) {
|
||||
(void) fclose(outfile[0]);
|
||||
m4temp[UNIQUE] = '0';
|
||||
#ifdef vms
|
||||
(void) remove(m4temp);
|
||||
#else
|
||||
(void) unlink(m4temp);
|
||||
(void) rmdir(m4dir);
|
||||
#endif
|
||||
}
|
||||
(void) remove(m4dir);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user