## use uname to set the correct path for the CXterm ## added by Yu Shao (shaoy@rpi.edu) if [ `uname | sed -e "/^\(...\).*/s//\1/"` = AIX ] then PATH=/dept/union/csa/chinese/bin/rs_aix32:$PATH elif [ `uname | sed -e "/^\(....\).*/s//\1/"` = IRIX ] then PATH=/dept/union/csa/chinese/bin/sgi_53:$PATH elif [ `uname | sed -e "/^\(.....\).*/s//\1/"` = SunOS ] then PATH=/dept/union/csa/chinese/bin/sun4m_412:$PATH else echo "Unknown system type. Set path for CXterm failed." echo "Report this bug to shaoy@rpi.edu" fi ## end of changes made by Yu Shao MANPATH=/dept/union/csa/chinese/man:$MANPATH HZFONTDIR=/dept/union/csa/chinese/xfonts HBFPATH=/dept/union/csa/chinese/xfonts HZLIB=/dept/union/csa/chinese/xfonts export PATH MANPATH HZFONTDIR HBFPATH HZLIB