diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2010-06-28 08:09:49 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2010-06-28 08:09:49 -0700 |
commit | 52012140bffb725452eeeeb5913b553800c4ec32 (patch) | |
tree | 25b48c88bf878d6426bd3ae3709138f0e538b902 /src | |
parent | 115dc059fd1a7d480ac37226ddf551059928d704 (diff) | |
parent | 9da20dd6962d6704f4c3517993b633392a3efadd (diff) |
Merge remote branch 'whot/master'
Conflicts:
xts5/Makefile.am
Moved the DISPLAY check to the top-level Makefile.am where check-local
is now defined.
Diffstat (limited to 'src')
-rw-r--r-- | src/tet3/tcm/tcmfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tet3/tcm/tcmfuncs.c b/src/tet3/tcm/tcmfuncs.c index db6163db..004e7cd6 100644 --- a/src/tet3/tcm/tcmfuncs.c +++ b/src/tet3/tcm/tcmfuncs.c @@ -145,7 +145,7 @@ char **argv; /* get TET_ROOT out of the environment */ if ((envstring = getenv(tetroot_name)) == (char *) 0 || !*envstring) - fatal(0, tetroot_name, envmsg); + envstring = strdup("."); (void) sprintf(tet_root, "%.*s", (int) sizeof tet_root - 1, envstring); /* get the dtet ti args out of the environment and count them */ |