don't ever cause core dumps

CVS patchset: 1183
CVS date: 1996/11/21 22:06:06
This commit is contained in:
ewt 1996-11-21 22:06:06 +00:00
parent 61b3ba144f
commit 796032899f
1 changed files with 2 additions and 0 deletions

View File

@ -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