IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16356


Ignore:
Timestamp:
Feb 7, 2008, 1:47:03 PM (18 years ago)
Author:
bills
Message:

If MANPATH is unset set it to null string to avoid warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psconfig.csh.in

    r16287 r16356  
    120120if ($?PKG_CONFIG_PATH == 0) setenv PKG_CONFIG_PATH
    121121if ($?PERL5LIB == 0) setenv PERL5LIB
     122if ($?MANPATH == 0) setenv MANPATH
    122123
    123124# identify system architecture
Note: See TracChangeset for help on using the changeset viewer.