difftool--helper: fix printf usage
authorDavid Aguilar <davvid@gmail.com>
Sun, 10 Feb 2013 01:21:25 +0000 (17:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Feb 2013 19:35:50 +0000 (11:35 -0800)
commit2a9ccfff5553b8ab28eb5a172738cc9f3afadcd5
treedef741b5990a47116500fb86b767c9cb61948794
parent59cf706b2381d99b39c4d1daf62da9eeccf0ec13
difftool--helper: fix printf usage

Do not use a random string as if it is a format string for printf
when showing it literally; instead feed it to '%s' format.

Reported-by: Asheesh Laroia <asheesh@asheesh.org>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-difftool--helper.sh