bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] how many #includes?


From: Bruno Haible
Subject: Re: [bug-gnulib] how many #includes?
Date: Mon, 11 Dec 2006 19:18:13 +0100
User-agent: KMail/1.9.1

Ralf Wildenhues wrote:
> > !   for module in `join "$tmp"/modules1 "$tmp"/modules2`; do
> 
> I'm pretty sure you want `LC_ALL=C join' instead here.

Yes. Good catch. Thanks.

--- gnulib-tool 11 Dec 2006 12:41:09 -0000      1.200
+++ gnulib-tool 11 Dec 2006 18:19:59 -0000      1.201
@@ -2189,7 +2189,7 @@
   # First the #include <...> directives without #ifs, sorted for convenience,
   # then the #include "..." directives without #ifs, sorted for convenience,
   # then the #include directives that are surrounded by #ifs. Not sorted.
-  for module in `join "$tmp"/modules1 "$tmp"/modules2`; do
+  for module in `LC_ALL=C join "$tmp"/modules1 "$tmp"/modules2`; do
     include_directive=`func_get_include_directive "$module"`
     case "$nl$include_directive" in
       *"$nl#if"*)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]