Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: Bikeshedding advice on the ab/i18n-scripts series

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:51:15

Ævar Arnfjörð Bjarmason [off-list ref] writes:
Oh, and for all the convertion of:

    echo >&2 "$(gettext "foobar")"

I've already done:

    (
        gettext "foobar" &&
        echo
    ) >&2
Sorry, but what problem are you trying to solve?  The output from

    $ gettext "foobar"

may have 0, 1 or more LF at the end, but wouldn't 

    echo >&2 "$(gettext "foobar")"

terminate with a single LF in any case?

Ahh, perhaps I was the one who said something stupid like:

	echo >&2 "$(cmd)"

should be equivalent to

	cmd >&2

which is not the case when output from cmd does not end with a single LF
(i.e. either an incomplete line, or with trailing blank lines).

Sorry, if that is what you are trying to address, please let me take that
back.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help