don't ever cause core dumps
CVS patchset: 1183 CVS date: 1996/11/21 22:06:06
This commit is contained in:
parent
61b3ba144f
commit
796032899f
|
@ -2,6 +2,8 @@
|
|||
|
||||
# note this works for both a.out and ELF executables
|
||||
|
||||
ulimit -c 0
|
||||
|
||||
filelist=$(xargs file 2>/dev/null | grep "executable" | cut -d: -f1)
|
||||
|
||||
for f in $filelist; do
|
||||
|
|
Loading…
Reference in New Issue