View | Details | Raw Unified | Return to bug 80649
Collapse All | Expand All

(-)en_US.ISO8859-1/books/porters-handbook/book.sgml (-1 / +1 lines)
Lines 694-700 Link Here
694
694
695
post-extract:
695
post-extract:
696
	@${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \
696
	@${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \
697
		${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' '{}' \;</programlisting>
697
		${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//'</programlisting>
698
698
699
	<para>Of course, if you need to process each and every file,
699
	<para>Of course, if you need to process each and every file,
700
	  <option>-iregex</option> above can be omitted.  Be aware that this
700
	  <option>-iregex</option> above can be omitted.  Be aware that this

Return to bug 80649