./all run: use catchsegv if available

This commit is contained in:
Rudolf Polzer 2010-09-26 08:51:27 +02:00
parent b020f3b152
commit edfab30a9f

2
all
View File

@ -668,6 +668,8 @@ case "$cmd" in
if [ -n "$USE_GDB" ]; then
set -- gdb --args "$@"
elif which catchsegv >/dev/null 2>&1/, then
set -- catchsegv "$@"
fi
"$@"
;;