fix compilation with NO_PTHREADS
commit0398fc349627a8a55ec4727bfb85fb7fad1f4ff0
authorJeff King <peff@peff.net>
Sat, 5 Jan 2013 14:52:29 +0000 (5 09:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Jan 2013 06:47:27 +0000 (5 22:47 -0800)
tree27dfcfd72acb139cfce64f4af574f7ce56bc0a23
parent1250857c6c2695020bce6669a4ff43d57a507d91
fix compilation with NO_PTHREADS

Commit 1327452 cleaned up an unused parameter from
wait_or_whine, but forgot to update a caller that is inside
"#ifdef NO_PTHREADS".

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