* Yousong Zhou <yszhou4t...@gmail.com> [18.10.2014 17:58]:
> > +                       signal="$( kill -l "$signal" )"
> 
> the quotes may not work...

they work and you should always quote a var,
unless you are really sure it is an integer...

root@box:~ kill -l "15"
TERM
root@box:~ kill -l "TERM"
15

bye, bastian
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to