aboutsummaryrefslogtreecommitdiffstats
path: root/profile.d/mcheck.csh
diff options
context:
space:
mode:
Diffstat (limited to 'profile.d/mcheck.csh')
-rw-r--r--profile.d/mcheck.csh4
1 files changed, 0 insertions, 4 deletions
diff --git a/profile.d/mcheck.csh b/profile.d/mcheck.csh
deleted file mode 100644
index 94149026..00000000
--- a/profile.d/mcheck.csh
+++ /dev/null
@@ -1,4 +0,0 @@
-
-if ( -f /etc/sysconfig/mcheck ) then
- setenv MALLOC_CHECK_ = `grep "^MALLOC_CHECK_=" /etc/sysconfig/mcheck | cut -d"=" -f2`
-endif