diff options
Diffstat (limited to '_tcsh/ciaoinit.csh')
-rw-r--r-- | _tcsh/ciaoinit.csh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/_tcsh/ciaoinit.csh b/_tcsh/ciaoinit.csh deleted file mode 100644 index 8aa292b..0000000 --- a/_tcsh/ciaoinit.csh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/csh - -# -# CIAO settings -# - -set CIAO_STATE="`echo $PATH | tr ':' '\n' | grep 'ciao'`" -if ( "x${CIAO_STATE}" == "x" ) then - source $CIAO_PATH/bin/ciao.csh -else - source $CIAO_PATH/bin/ciao.csh -o -endif -unset CIAO_STATE - -setenv CIAO_LD_LIBRARY_PATH "${ASCDS_INSTALL}/lib:${ASCDS_INSTALL}/ots/lib:${ASCDS_INSTALL}/ots/lib/vtk-5.10" -setenv ASCDS_IMAGER_PATH "${ASCDS_INSTALL}/ots/saord" - -exit 0 - |