Commit 5b60c293 authored by Måns Rullgård's avatar Måns Rullgård

fate: fix signal name translation

Originally committed as revision 24650 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8b0816cb
......@@ -108,7 +108,7 @@ err=$?
if [ $err -gt 128 ]; then
sig=$(kill -l $err 2>/dev/null)
test "${sig}" = "${sig%[^A-Z]*}" || unset sig
test "${sig}" = "${sig%[!A-Za-z]*}" || unset sig
fi
if test -e "$ref"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment