projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b3ba1
)
don't ever cause core dumps
author
ewt
<devnull@localhost>
Thu, 21 Nov 1996 22:06:06 +0000
(22:06 +0000)
committer
ewt
<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
patch
|
blob
|
history
diff --git
a/autodeps/linux.req
b/autodeps/linux.req
index
3566c7b
..
4483ca6
100644
(file)
--- a/
autodeps/linux.req
+++ b/
autodeps/linux.req
@@
-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