diff options
Diffstat (limited to 'lang/icc7/files/patch-iccvars.csh')
-rw-r--r-- | lang/icc7/files/patch-iccvars.csh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/icc7/files/patch-iccvars.csh b/lang/icc7/files/patch-iccvars.csh deleted file mode 100644 index 3f3e6906f747..000000000000 --- a/lang/icc7/files/patch-iccvars.csh +++ /dev/null @@ -1,16 +0,0 @@ ---- opt/intel/compiler50/ia32/bin/iccvars.csh.orig Sun Mar 31 11:14:54 2002 -+++ opt/intel/compiler50/ia32/bin/iccvars.csh Sun Mar 31 11:16:11 2002 -@@ -1,4 +1,4 @@ --#! /bin/tcsh -+#! /bin/csh - if ! ($?IA32ROOT) then - setenv IA32_SAVE_PATH $PATH - if ($?LD_LIBRARY_PATH) then -@@ -24,6 +24,6 @@ - setenv LD_LIBRARY_PATH $IA32ROOT/lib:$IA32_SAVE_LD_LIBRARY_PATH - endif - --setenv INTEL_FLEXLM_LICENSE=<INSTALLDIR>/licenses -+setenv INTEL_FLEXLM_LICENSE <INSTALLDIR>/licenses - - |