]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
command_util: Avoid empty output lines.
authorAndre Noll <maan@systemlinux.org>
Thu, 28 Jun 2012 00:51:28 +0000 (02:51 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 29 Jun 2012 19:36:30 +0000 (21:36 +0200)
Additional empty output lines do not matter for the generated C code or
the function declarations in the header files.  However, a subsequent
commit changes command_util.sh to  generate a preprocessor macro for
the header file, and there we can not afford empty lines unless they
end with a backslash to continue the line.

This patch makes sure that no superfluous newlines are printed in
the output.


No differences found