home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_sun4_tmpdir.inc < prev    next >
Encoding:
Text File  |  2001-11-27  |  171 b   |  10 lines

  1. // 17-Jan-01 $$1  TWH  Created.
  2. // 06-Feb-01 $$2  TWH  fix mc check
  3. //
  4. if ($mc =~ sun4_solaris*) then
  5.     if (! $?TMPDIR) then
  6.         setenv TMPDIR /tmp
  7.     endif
  8. endif
  9.  
  10.