--avoid=lock that are used by coreutils bootstrap.
+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
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='
shift ;;
--avoid=* )
arg=`echo "X$1" | sed -e 's/^X--avoid=//'`
- func_append " $arg"
+ func_append avoidlist " $arg"
shift ;;
--lgpl )
lgpl=true