* gnulib-tool (avoidlist): Fix typo that broke options like
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Sep 2006 17:03:47 +0000 (17:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Sep 2006 17:03:47 +0000 (17:03 +0000)
--avoid=lock that are used by coreutils bootstrap.

ChangeLog
gnulib-tool

index 23e1c4d..0b22e3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnulib-tool (avoidlist): Fix typo that broke options like
+       --avoid=lock that are used by coreutils bootstrap.
+
 2006-09-18  Bruno Haible  <bruno@clisp.org>
 
        * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
index aae9765..7a71916 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-09-18 15:14:26 $'
+cvsdatestamp='$Date: 2006-09-18 17:03:47 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -525,7 +525,7 @@ func_relconcat ()
         shift ;;
       --avoid=* )
         arg=`echo "X$1" | sed -e 's/^X--avoid=//'`
-        func_append " $arg"
+        func_append avoidlist " $arg"
         shift ;;
       --lgpl )
         lgpl=true