aboutsummaryrefslogtreecommitdiffstats
path: root/.tcsh/heainit.csh
diff options
context:
space:
mode:
Diffstat (limited to '.tcsh/heainit.csh')
-rw-r--r--.tcsh/heainit.csh14
1 files changed, 0 insertions, 14 deletions
diff --git a/.tcsh/heainit.csh b/.tcsh/heainit.csh
deleted file mode 100644
index ddd6c1c..0000000
--- a/.tcsh/heainit.csh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
-