various cleanup
This commit is contained in:
parent
e4d832222b
commit
b5f65921f3
37 changed files with 223 additions and 248 deletions
|
|
@ -39,10 +39,9 @@ main(int argc, char *argv[])
|
|||
namefiles = ARGF();
|
||||
break;
|
||||
} ARGEND
|
||||
if (chdir(unsharp(UPASLIB)) < 0) {
|
||||
perror("translate(chdir):");
|
||||
exit9(1);
|
||||
}
|
||||
|
||||
if (chdir(UPASLIB) < 0)
|
||||
sysfatal("aliasmail chdir %s: %r", UPASLIB);
|
||||
|
||||
/* get environmental info */
|
||||
names = sysnames_read();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue