changeset 27413:4691f87ed198

Fix 'join' invocation.
author Bruno Haible <bruno@clisp.org>
date Mon, 11 Dec 2006 18:19:59 +0000
parents ae875b2fd4e3
children 4c5390900b6e
files gnulib-tool
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gnulib-tool	Mon Dec 11 12:41:09 2006 +0000
+++ b/gnulib-tool	Mon Dec 11 18:19:59 2006 +0000
@@ -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 @@
   # 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"*)