> -----Original Message-----
> From: Peter Eisentraut [mailto:peter_e@gmx.net]
>
> Nicolai Tufar wrote:
> > Greetings,
> >
> > Attached is a simple one-liner for src/tools/make_ctags.
> > If tags are sorted in locale other than C, vim complains:
> >
> > E432: Tags file not sorted: tags
> >
> > Solution is to set LANG variable to C before calling sort.
>
> That should be LC_ALL.
Sounds fair. Both could be done. It worked for me just with LANG.
Should I submit a new patch?