]> git.notmuchmail.org Git - notmuch/commit
Makefile: Switch from echo to printf for better portability.
authorCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:38:47 +0000 (16:38 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:38:47 +0000 (16:38 -0800)
commitaf4928eb3a0a40d7f3d2a3475289da1df5b9ce4f
treecd911b86111a132aace253ea5a0f004cf880a9f0
parent650f6ac573ae6d08dbd2752fe58e670b28fee957
Makefile: Switch from echo to printf for better portability.

Some systems have an echo implementation which doesn't know how to
interpret a sequence of "\n". The word is that printf should be much
more portable, so let's try that instead.
Makefile