Revert unnecessary use of /bin/echo -n
authorSteve Langasek <steve.langasek@canonical.com>
Wed, 15 May 2013 08:47:03 +0000 (10:47 +0200)
committerDidier Raboud <odyx@debian.org>
Wed, 15 May 2013 08:49:01 +0000 (10:49 +0200)
commit3d998a9ef130cf67baa4be977fdf505d6a3e4c9e
treeac9e80629d5748974f6dbe713343a937c45495bd
parentf4ed7f08600d633c3daba9f494997f1c35555aed
Revert unnecessary use of /bin/echo -n

In response to bug #602038, the init-functions scripts in lsb-base have been
changed to use /bin/echo -n instead of echo -n.  This results in a lot of
added forks which are unnecessary and inappropriate: 'echo -n' is guaranteed
by Debian policy to be supported by the shell.

Closes: #708337
init-functions