summaryrefslogtreecommitdiffstats
path: root/mcheck.csh
blob: 9414902690ee14fd5376d2a94a45c90bdf9be619 (plain)
1
2
3
4

if ( -f /etc/sysconfig/mcheck ) then
    setenv MALLOC_CHECK_ = `grep "^MALLOC_CHECK_=" /etc/sysconfig/mcheck | cut -d"=" -f2`
endif