[OpenWrt-Devel] [PATCH] [scripts] Fix typo, replace quotes in comments

Bastian Bittorf bittorf at bluebottle.com
Thu Sep 4 04:57:57 EDT 2014


* Robert P. J. Day <rpjday at crashcourse.ca> [04.09.2014 10:54]:
> -# Example: `scripts/update-package-md5sum feeds/packages/python`
> +# Example: $ scripts/update-package-md5sum feeds/packages/python

if you use '$' instead of '`', you must use e.g. $(...) so

`shell_command` or
$(shell_command)

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



More information about the openwrt-devel mailing list