summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
85bc897)
that exec'd children can find it.
if ((cp = getenv("MH")) && *cp != '\0') {
defpath = path(cp, TFILE);
if ((cp = getenv("MH")) && *cp != '\0') {
defpath = path(cp, TFILE);
+ /* defpath is an absolute path; make sure that always MH is, too. */
+ setenv("MH", defpath, 1);
if (stat(defpath, &st) != -1 && (st.st_mode & S_IFREG) == 0)
adios((char *)0, "`%s' specified by your MH environment variable is not a normal file", cp);
if (stat(defpath, &st) != -1 && (st.st_mode & S_IFREG) == 0)
adios((char *)0, "`%s' specified by your MH environment variable is not a normal file", cp);