dependencies.sh: stop mixing echo and printf (use echo)
authorBjørn Forsman <bjorn.forsman@gmail.com>
Wed, 22 Jan 2014 18:48:52 +0000 (19:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 22 Jan 2014 20:47:41 +0000 (21:47 +0100)
commite8160146e621b8312038696d0f167cff12238043
tree12f0a4350d720d6cc0073d52b422ddf96643b7b4
parentead1d2645bd94c064ed76d5714f4e632fc878acd
dependencies.sh: stop mixing echo and printf (use echo)

'printf' was introduced because it is more portable than 'echo -e'. But
when the escape sequences are just newlines we can just as well use
plain 'echo' (and remove the newline escape sequences).

This looks cleaner than having some lines with echo and some with
printf.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/dependencies/dependencies.sh