From: Martin Mares Date: Thu, 5 Jul 2007 09:26:51 +0000 (+0200) Subject: Translate names of suicidial signals, too. X-Git-Tag: python-dummy-working~300 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5fca32af49d84dcadf96317d54708c20a41ba151;p=eval.git Translate names of suicidial signals, too. --- diff --git a/bin/lib b/bin/lib index e63b938..c9a7f27 100644 --- a/bin/lib +++ b/bin/lib @@ -211,6 +211,7 @@ function test-result # Translate signal numbers to readable strings SG=${M#Caught fatal signal } + SG=${SG#Committed suicide by signal } if [ "$SG" != "$M" ] ; then SG=`perl -MConfig -e '@s=split / /,$Config{sig_name}; print $s[$ARGV[0]]' $SG` [ -z "$SG" ] || M="$M (SIG$SG)"