mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
i18n: git-bisect echo + eval_gettext message
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ddd7a7c222
commit
c6649c9271
1 changed files with 5 additions and 2 deletions
|
@ -417,8 +417,11 @@ bisect_run () {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $res -ne 0 ]; then
|
if [ $res -ne 0 ]; then
|
||||||
echo >&2 "bisect run failed:"
|
(
|
||||||
echo >&2 "'bisect_state $state' exited with error code $res"
|
eval_gettext "bisect run failed:
|
||||||
|
'bisect_state \$state' exited with error code \$res" &&
|
||||||
|
echo
|
||||||
|
) >&2
|
||||||
exit $res
|
exit $res
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue