run-command: drop silent_exec_failure arg from wait_or_whine
commit13274526c1fc62fd0f15fe2bc188843982f38ec9
authorJeff King <peff@peff.net>
Fri, 30 Nov 2012 22:40:50 +0000 (30 17:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Dec 2012 10:04:50 +0000 (2 02:04 -0800)
tree9344ae99dc8c156f94725fb29e45d5621ae989e1
parentf07e5551a845b45076bf5c45118e16efa69610c4
run-command: drop silent_exec_failure arg from wait_or_whine

We do not actually use this parameter; instead we complain
from the child itself (for fork/exec) or from start_command
(if we are using spawn on Windows).

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