On Mon, Dec 19, 2016 at 12:50 PM, Junio C Hamano <gits...@pobox.com> wrote:

>
> -- >8 --
> Subject: rebase -i: fix mistaken i18n
>
> f2d17068fd ("i18n: rebase-interactive: mark comments of squash for
> translation", 2016-06-17) attempted to apply sh-i18n and failed to
> use $(eval_gettext "string with \$variable interpolation").
>
> Signed-off-by: Junio C Hamano <gits...@pobox.com>

Looks sensible.
Thanks,
Stefan

>         else
> -               commit_message HEAD > "$fixup_msg" || die "$(gettext "Cannot 
> write \$fixup_msg")"
> +               commit_message HEAD >"$fixup_msg" ||
> +               die "$(eval_gettext "Cannot write \$fixup_msg")"
>                 count=2

Reply via email to