xscsize.c: Move reporting variables to a separate function.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 21 Apr 2016 16:24:30 +0000 (17:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 21 Apr 2016 16:24:30 +0000 (17:24 +0100)
commite5c4fa9dfaf1e867d13c5926c677e32eb4cb8e6b
treed2612d7b3207e6584419be54bb2bac608e5b49ef
parent3a4bdbcb848307f089c1dc06b63a0b7e3a43978b
xscsize.c: Move reporting variables to a separate function.

There are going to me more of them, and we won't know in advance how
many, so it'll be handy to have the output formatting in just one place.

This changes the detailed format of the output, but not in a way that
any actual shells will care about.  Specifically, each variable is now
output on a separate line; and for Bourne shells, the `export' command
is on the same line.
xscsize.c