gnulib-tool: Remove old file names from .cvsignore, .gitignore.
authorBruno Haible <bruno@clisp.org>
Sun, 19 Aug 2012 12:06:50 +0000 (14:06 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Aug 2012 12:06:50 +0000 (14:06 +0200)
* gnulib-tool (func_update_ignorelist): Don't use 'join -v 1' command
on the list of removed files.

ChangeLog
gnulib-tool

index 22e77db..9774f33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-08-19  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool: Remove old file names from .cvsignore, .gitignore.
+       * gnulib-tool (func_update_ignorelist): Don't use 'join -v 1' command
+       on the list of removed files.
+
 2012-08-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        test-parse-datetime: avoid glibc leap-second glitch
index b9ccba1..d82be33 100755 (executable)
@@ -5375,7 +5375,7 @@ s,//*$,/,'
             (echo "$dir_added" | sed -e '/^$/d' | LC_ALL=C sort -u \
                | LC_ALL=C join -v 1 - "$tmp"/ignore > "$tmp"/ignore-added
              echo "$dir_removed" | sed -e '/^$/d' | LC_ALL=C sort -u \
-               | LC_ALL=C join -v 1 - "$tmp"/ignore > "$tmp"/ignore-removed
+               > "$tmp"/ignore-removed
             )
             if test -s "$tmp"/ignore-added || test -s "$tmp"/ignore-removed; then
               if $doit; then