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