editor: use run_command's shell feature
commitbac8037081735a49bccdc3b3b1457129f9bcc451
authorJeff King <peff@peff.net>
Wed, 30 Dec 2009 10:56:16 +0000 (30 05:56 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jan 2010 07:41:51 +0000 (5 23:41 -0800)
tree09294e39702ca4a901e93bd23703610a047a3e55
parentf445644fd28d31a828731a618e9a9c79be89efd2
editor: use run_command's shell feature

Now that run_command implements the same code in a more
general form, we can make use of it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
editor.c