various cleanup

This commit is contained in:
rsc 2006-02-11 23:38:55 +00:00
parent e4d832222b
commit b5f65921f3
37 changed files with 223 additions and 248 deletions

View file

@ -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();