April Chin wrote:
> > Attached is a small patch ("ksh93_sccs_patch001.diff") from April which
> > fixes a small problem with Sun's SCCS (version control software used for
> > OS/Net).
> > SCCS replaces all "%H%" strings with another value during checkout,
> > breaking the builtin "date" command in this case. The attached patch
> > fixes this via splitting "%H%" into two string literals (e.g. "%" "H%")
> > ...
[snip]
> Actually, "%Y%" and "%M%" are also subject to
> expansion by sccs, so here's another version of the patch
> (diff'd from the original version of date.c),
> to avoid the replacement of those strings as well.
[snip]
> Index: common/date.c
> ===================================================================
> --- common/date.c       (revision 502)
> +++ common/date.c       (working copy)
> @@ -220,13 +220,23 @@
[snip]

Just for the log: The patch was included in the ast-ksh/2006-10-31
update.

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.mainz at nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)

Reply via email to