From 1d71a32fc8362efd86b3e10d6884e337acededb9 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 27 Jun 2005 22:45:49 +0000 Subject: [PATCH] "ulimit -c" set only as SOFT. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 289d2e3..df1e3b1 100644 --- 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 -ulimit -c 0 +ulimit -S -c 0 set +H shopt -s mailwarn unset OPTIND -- 1.8.3.1