Fix 'join' invocation.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Dec 2006 18:19:59 +0000 (18:19 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 11 Dec 2006 18:19:59 +0000 (18:19 +0000)
gnulib-tool

index 06e5b847c5965ade98a68c96fc35bed30d993f78..4c9d863a49ebb7feb18b2a4a6cebace0a9debf7d 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-12-11 12:41:09 $'
+cvsdatestamp='$Date: 2006-12-11 18:19:59 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -2189,7 +2189,7 @@ func_import ()
   # 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"*)