]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit3792a24ac9bb2ee3ea1505c18b3b9ff27db47287
tree44dae542a1ed5822286fce88ce33f10f3c2f4d54
parenta5158610b0a44f7b0d26c603dc1063dec15d5eb5
command_util: Avoid empty output lines.

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.
command_util.sh