"David E. O'Brien" <obr...@freebsd.org> 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 when invoked
>   this way - more equal to invoking script without supplying the 'command'
>   argument.
[...]
> +     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() call is not under if(av[0]).
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to