Mercurial > hg > octave-kai > gnulib-hg
changeset 7722:504e81510ee5
Fix 'join' invocation.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 11 Dec 2006 18:19:59 +0000 |
parents | ef2654457d79 |
children | 4275ae4f3f05 |
files | gnulib-tool |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gnulib-tool +++ b/gnulib-tool @@ -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"*)