mktemp: in /tmp by default
This commit is contained in:
parent
0282e6281e
commit
947d8ddde7
@ -37,7 +37,7 @@ int main(int argc, char * argv[]) {
|
||||
int i = optind;
|
||||
|
||||
if (i == argc) {
|
||||
template = strdup("tmp.XXXXXX");
|
||||
template = strdup("/tmp/tmp.XXXXXX");
|
||||
} else {
|
||||
template = strdup(argv[i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user