Browse Source

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>
maint
Ævar Arnfjörð Bjarmason 14 years ago committed by Junio C Hamano
parent
commit
c6649c9271
  1. 7
      git-bisect.sh

7
git-bisect.sh

@ -417,8 +417,11 @@ bisect_run () { @@ -417,8 +417,11 @@ bisect_run () {
fi

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
fi


Loading…
Cancel
Save