don't ever cause core dumps
authorewt <devnull@localhost>
Thu, 21 Nov 1996 22:06:06 +0000 (22:06 +0000)
committerewt <devnull@localhost>
Thu, 21 Nov 1996 22:06:06 +0000 (22:06 +0000)
CVS patchset: 1183
CVS date: 1996/11/21 22:06:06

autodeps/linux.req

index 3566c7b..4483ca6 100644 (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