| Summary: | [PATCH] Porter's Handbook uses shism $() | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Chris Rees <utisoft> |
| Component: | Books & Articles | Assignee: | Ryusuke SUZUKI <ryusuke> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Chris Rees
2011-04-29 20:50:09 UTC
Responsible Changed From-To: freebsd-doc->ryusuke I'll take this. ryusuke 2011-06-03 15:02:58 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
PR: docs/156724
Replace $()-style substitution in "7.5 Automated package list creation" and
"9.4 PREFIX and DESTDIR" subsection with ``.
Backquote notation is more versatile since both csh and sh understand.
Submitted by: Chris Rees (utisoft _at_ gmail dot com)
Discussed with: hrs@
Revision Changes Path
1.1108 +11 -11 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |