Merge branch 'mm/no-shell-escape-in-die-message'
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Sep 2013 19:32:15 +0000 (12:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Sep 2013 19:32:16 +0000 (12:32 -0700)
Fixes a minor bug in "git rebase -i" (there could be others, as the
root cause is pretty generic) where the code feeds a random, data
dependeant string to 'echo' and expects it to come out literally.

* mm/no-shell-escape-in-die-message:
die_with_status: use "printf '%s\n'", not "echo"

Trivial merge