* Yousong Zhou <[email protected]> [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 [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
