trieing again, the same change as a week ago, setting TMPDIR and TEMP

to the HOSTDIR as well
This commit is contained in:
sonmi%netscape.com 2001-09-10 21:29:29 +00:00
Родитель 323d53808c
Коммит 716534ab1e
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -333,6 +333,8 @@ if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then
# are "leftovers" - another possibility ${HOSTDIR}/tmp
TMP=${HOSTDIR} #TMP=${TMP-/tmp}
TEMP=${TMP}
TMPDIR=${TMP}
CADIR=${HOSTDIR}/CA
SERVERDIR=${HOSTDIR}/server