changeset 7327:6db875979695

* gnulib-tool (avoidlist): Fix typo that broke options like --avoid=lock that are used by coreutils bootstrap.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 18 Sep 2006 17:03:47 +0000
parents 1ca1035630dd
children 6127c38b592f
files ChangeLog gnulib-tool
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 18 15:14:26 2006 +0000
+++ b/ChangeLog	Mon Sep 18 17:03:47 2006 +0000
@@ -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
--- a/gnulib-tool	Mon Sep 18 15:14:26 2006 +0000
+++ b/gnulib-tool	Mon Sep 18 17:03:47 2006 +0000
@@ -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 @@
         shift ;;
       --avoid=* )
         arg=`echo "X$1" | sed -e 's/^X--avoid=//'`
-        func_append " $arg"
+        func_append avoidlist " $arg"
         shift ;;
       --lgpl )
         lgpl=true