summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/trunk/mythtv/myth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/trunk/mythtv/myth.sh')
-rwxr-xr-xabs/core/mythtv/trunk/mythtv/myth.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/mythtv/trunk/mythtv/myth.sh b/abs/core/mythtv/trunk/mythtv/myth.sh
new file mode 100755
index 0000000..fb7122c
--- /dev/null
+++ b/abs/core/mythtv/trunk/mythtv/myth.sh
@@ -0,0 +1,4 @@
+export PATH=$PATH:/usr/local/bin
+# set core file size to 0
+ulimit -c 0
+export MALLOC_CHECK_=0 \ No newline at end of file