Re: svn commit: r212770 - head/usr.bin/script

2010-12-20 Thread Bruce Cran
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

Re: svn commit: r212770 - head/usr.bin/script

2010-12-20 Thread Anonymous
"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

Re: svn commit: r212770 - head/usr.bin/script

2010-12-20 Thread Anonymous
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

Re: svn commit: r212770 - head/usr.bin/script

2010-12-19 Thread Anonymous
"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

svn commit: r212770 - head/usr.bin/script

2010-09-16 Thread David E. O'Brien
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