Michael Strey <[email protected]> writes:

> Hi Mosé,
>
> To reproduce the bug:
>
> 1. git clone git://git.sv.gnu.org/auctex.git
> 2. git checkout 11969380bd3728000a05e7c3a56a3341d75d73da
> 3. head ChangeLog
>    to check that the first line contains `Mosé'
> 4. ./autogen.sh
>
> With sed version `sed (GNU sed) 4.2.2' und Linux, I get the following
> output:
>
> ,----
> | [strey@mischka auctex]$ ./autogen.sh 
> | echo @set VERSION 2013-05-30è Giordano  <[email protected]> 
> >version.texi
> | /bin/sh: -c: Zeile 0: Syntaxfehler beim unerwarteten Wort `>'
> | /bin/sh: -c: Zeile 0: `echo @set VERSION 2013-05-30è Giordano
> | <[email protected]> >version.texi'
> | make: *** [version.texi] Fehler 1
> | Error running make in doc
> `----
>
> Here are the results of further experiments:
>
> ,----
> | [strey@mischka auctex]$ LANG=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' 
> ChangeLog
> | 2013-05-30è Giordano  <[email protected]>
> `----

That's the line from the autogen.sh script.  It works for me, whereas I
get your result if I omit the LANG=C.  Since LC_ALL=C works for both of
us, I'm using that now.

Bye,
Tassilo

_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to