Hi Bastian, you do not need to iterate the entire list, passing the signal name directly is way simpler:
case "$val" in [0-9]|[0-9][0-9]) : ;; *) val=$(kill -l "$value") || return ;; esac ~ Jo _______________________________________________ Lede-dev mailing list [email protected] http://lists.infradead.org/mailman/listinfo/lede-dev
