]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
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)
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.


No differences found