Authors.c Won't Compile

Hans Leidekker hans at it.vu.nl
Mon Mar 1 15:44:53 CST 2004


On Friday 27 February 2004 13:41, Robert Shearman wrote:

> > On Friday 27 February 2004 14:21, Robert Shearman wrote:
> > > > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/  \"\1\",/' ../../AUTHORS
> > > > >
> > > > | grep Ove
> > > > |
> > > > >   "Ove K\x{FFFF}ven",

Ok, after a make distclean I was able to reproduce
your problem. Somehow when called like that sed does
not pick up $LC_ALL anymore. I guess there's a subshell
in between somewhere? A wrapper? When you export $LC_ALL
things start to work again. Attached patch does that. 

Changelog:
  export LC_ALL before calling sed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: shell32_Makefile_in.diff
Type: text/x-diff
Size: 736 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20040301/ac2cf22c/shell32_Makefile_in.bin


More information about the wine-devel mailing list