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

2014-09-04 Thread Bastian Bittorf
* Robert P. J. Day rpj...@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@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


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

2014-09-04 Thread Robert P. J. Day
On Thu, 4 Sep 2014, Bastian Bittorf wrote:

 * Robert P. J. Day rpj...@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)

  the $ i used above is meant to represent just the command-line
prompt, it's not being used for a variable or command line
substitution. i took out the backquotes specifically *because* i
didn't think just showing a command example needed to incorporate
command substitution. perhaps i should have just left the $ out
entirely.

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel