remove trailing newline entirely from query-agent message output to stdout
authorJameson Rollins <jrollins@finestructure.net>
Thu, 30 Dec 2010 18:15:02 +0000 (13:15 -0500)
committerJameson Rollins <jrollins@finestructure.net>
Thu, 30 Dec 2010 18:15:02 +0000 (13:15 -0500)
commitdaa2fca2f69126676f7ba287441cd50c77f211c9
tree29185ed1837bdc57ca40052cdfa61952cfb11df6
parent523e8eb3680633d6929630764a1e28e69bacecf1
remove trailing newline entirely from query-agent message output to stdout

This goes a step further than a328802a (which only output newline to
terminals) to just remove the extra newline altogether.  It is not
part of the original message, and query-agent is meant to me mostly
used in pipeline anyway where the stdout is captured by another
calling process.
msva-query-agent