Skip to content
Prev 5886 / 63421 Next

Rd2dvi - script (PR#1029)

Thanks for pointing this out.

As newer versions of the autoconf manual point out

	The simple @code{echo} is probably the most surprising source of
	portability troubles.  It is not possible to use @samp{echo}
	portably unless both options and escape sequences are omitted.
	New applications which are not aiming at portability should use
	@samp{printf} instead of @samp{echo}.

	...

	Do not use backslashes in the arguments, as there is no
	consensus on their handling.

The problem is that Solaris builtin echo and /usr/bin/echo by default
interpret `\b' et al as special backslash-escaped sequences.

The solution is not to use echo for producing LaTeX text but here
documents instead.  Will fix.

[There is similar code in doc/manual/Makefile.in, but it does not use
any `recognized' escape sequences ...]

-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._