On Mon, 20 Dec 2010 18:30:36 +0300
Anonymous wrote:
> "David E. O'Brien" writes:
> > + if (av[0])
> > + for (k = 0 ; av[k] ; ++k)
> > + fprintf(fscript, "%s%s", k ? " " : "",
> > av[k]);
> > + fprintf(fscript, "\r\n");
> > +
>
> An indent bug? 2nd fprintf
"David E. O'Brien" writes:
> Author: obrien
> Date: Thu Sep 16 22:31:03 2010
> New Revision: 212770
> URL: http://svn.freebsd.org/changeset/base/212770
>
> Log:
> + Add the 'command' argument (if supplied on the command line) to the
> typescript file. This creates a more complete typescript
Anonymous writes:
> "David E. O'Brien" writes:
>
>> Author: obrien
>> Date: Thu Sep 16 22:31:03 2010
>> New Revision: 212770
>> URL: http://svn.freebsd.org/changeset/base/212770
>>
>> Log:
>> + Add the 'command' argument (if supplied on the command line) to the
>> typescript file. This crea
"David E. O'Brien" writes:
> Author: obrien
> Date: Thu Sep 16 22:31:03 2010
> New Revision: 212770
> URL: http://svn.freebsd.org/changeset/base/212770
>
> Log:
> + Add the 'command' argument (if supplied on the command line) to the
> typescript file. This creates a more complete typescript
Author: obrien
Date: Thu Sep 16 22:31:03 2010
New Revision: 212770
URL: http://svn.freebsd.org/changeset/base/212770
Log:
+ Add the SCRIPT environmental variable to the sub-shell. Its value is
the name of the typescript file.
+ Add the 'command' argument (if supplied on the command line) to