From 4205ac41b9e8940f74eaafbda87d78b6a13e7a4e Mon Sep 17 00:00:00 2001 From: lakata Date: Wed, 24 Apr 2002 01:16:46 +0000 Subject: [PATCH] tcsh is now generated from csh, not tcsh.in --- init/tcsh.in | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 init/tcsh.in diff --git a/init/tcsh.in b/init/tcsh.in deleted file mode 100644 index bb9f4a5c..00000000 --- a/init/tcsh.in +++ /dev/null @@ -1,30 +0,0 @@ - -if ( $?MODULE_VERSION ) then - setenv MODULE_VERSION_STACK "$MODULE_VERSION" -else - setenv MODULE_VERSION "@VERSION@" - setenv MODULE_VERSION_STACK "@VERSION@" -endif -set exec_prefix='@BASEPREFIX@$MODULE_VERSION' - -if ( $?histchars ) then - set histchar = `echo $histchars | cut -c1` - set _histchars = $histchars - alias module 'unset histchars; \\ -eval `'$exec_prefix'/bin/modulecmd tcsh '$histchar'*`; \\ -set histchars = $_histchars' - unset histchar -else - alias module 'eval `'$exec_prefix'/bin/modulecmd tcsh \!*`' -endif -unset exec_prefix - -setenv MODULESHOME @prefix@ - -if (! $?MODULEPATH ) then - setenv MODULEPATH `sed 's/#.*$//' ${MODULESHOME}/init/.modulespath | awk 'NF==1{printf("%s:",$1)}'` -endif - -if (! $?LOADEDMODULES ) then - setenv LOADEDMODULES -endif