aboutsummaryrefslogtreecommitdiffstats
path: root/bash_include
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2011-12-30 00:17:35 +0800
committerLAN-TW <lantw44@gmail.com>2011-12-30 00:17:35 +0800
commita4bd77b17488b4b9bded57db4ab62bab9940e7d0 (patch)
tree9aeb491f7e2f00846dce646db1ded06ecbafc94b /bash_include
parentf34d6bf31b8786874a647c8a483cc8751466efc5 (diff)
downloadconfigfile-a4bd77b17488b4b9bded57db4ab62bab9940e7d0.tar
configfile-a4bd77b17488b4b9bded57db4ab62bab9940e7d0.tar.gz
configfile-a4bd77b17488b4b9bded57db4ab62bab9940e7d0.tar.bz2
configfile-a4bd77b17488b4b9bded57db4ab62bab9940e7d0.tar.lz
configfile-a4bd77b17488b4b9bded57db4ab62bab9940e7d0.tar.xz
configfile-a4bd77b17488b4b9bded57db4ab62bab9940e7d0.tar.zst
configfile-a4bd77b17488b4b9bded57db4ab62bab9940e7d0.zip
bash_include: 將 core dump 檔案大小設為無上限bash_include-20111230
Diffstat (limited to 'bash_include')
-rw-r--r--bash_include1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash_include b/bash_include
index 5647ac4..7dd5211 100644
--- a/bash_include
+++ b/bash_include
@@ -853,6 +853,7 @@ if [ "`uname`" = "Linux" ]
then
[ "$interactive_shell" ] && echo "Setting special things for Linux"
REALPATH_PROGRAM="readlink -f"
+ ulimit -c unlimited
fi
[ "$interactive_shell" ] && echo "Setting shell options"