"ulimit -c" set only as SOFT.
authorshort <>
Mon, 27 Jun 2005 22:45:49 +0000 (22:45 +0000)
committershort <>
Mon, 27 Jun 2005 22:45:49 +0000 (22:45 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 289d2e3..df1e3b1 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -212,7 +212,7 @@ function cpan {(unset cpan; if [ $# = 0 ];then cpan;else perl -MCPAN -e "install
 function exx { cd "`unset exx;exx "$@"|tee /proc/self/fd/2|tail -n1|sed -n 's/^extdir=//p'`"; };export -f exx
 function revlines { perl -e 'my @r=();push @r,$_ while (<>);print pop @r while @r;'; }; export -f revlines
 
 function exx { cd "`unset exx;exx "$@"|tee /proc/self/fd/2|tail -n1|sed -n 's/^extdir=//p'`"; };export -f exx
 function revlines { perl -e 'my @r=();push @r,$_ while (<>);print pop @r while @r;'; }; export -f revlines
 
-ulimit -c 0
+ulimit -S -c 0
 set +H
 shopt -s mailwarn
 unset OPTIND
 set +H
 shopt -s mailwarn
 unset OPTIND