From b7dc7fcde02f1774b0d14dc6edcec662f3c6e579 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 6 Jan 2016 15:48:32 +0800 Subject: Rename .tcsh* => _tcsh* --- _tcsh/heainit.csh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _tcsh/heainit.csh (limited to '_tcsh/heainit.csh') diff --git a/_tcsh/heainit.csh b/_tcsh/heainit.csh new file mode 100644 index 0000000..ddd6c1c --- /dev/null +++ b/_tcsh/heainit.csh @@ -0,0 +1,14 @@ +#!/bin/csh +# +# HEASOFT settings +# + +source $HEADAS/headas-init.csh +# set HEA_LDLIB="`echo $LD_LIBRARY_PATH | tr ':' '\n' | grep 'heasoft' | head -n 1`" + +if ( $?LD_LIBRARY_PATH_BAK ) then + setenv LD_LIBRARY_PATH "${LD_LIBRARY_PATH_BAK}" +endif + +exit 0 + -- cgit v1.2.2