Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 4ccb7730a2f9c4c9bddde5ff62575a1b > files > 4

xview-3.2p1.4-8mdk.i586.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}"