Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 9c31c0ca2451c85a0500455d64c7f0ac > files > 7

xview-3.2p1.4-8mdk.src.rpm

# OpenWindows initialization script (csh)
if ( $?OPENWINHOME ) then
         if ( $OPENWINHOME == "/usr/openwin" ) then
         exit
         endif
endif
setenv OPENWINHOME /usr/openwin
setenv GUIDEHOME ${OPENWINHOME}/lib/guide
setenv HELPPATH ${OPENWINHOME}/lib/help
set owpath="${OPENWINHOME}/bin"
echo ${PATH} | grep -q ${owpath}
if ( $status == 0 ) then
  exit
endif

setenv PATH "${owpath}:${PATH}"