From de37c14fffd3132478c19b8eb4be6026338d974a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 18 Sep 2006 17:03:47 +0000 Subject: [PATCH] * gnulib-tool (avoidlist): Fix typo that broke options like --avoid=lock that are used by coreutils bootstrap. --- ChangeLog | 5 +++++ gnulib-tool | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23e1c4da38..0b22e3bd63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-18 Paul Eggert + + * gnulib-tool (avoidlist): Fix typo that broke options like + --avoid=lock that are used by coreutils bootstrap. + 2006-09-18 Bruno Haible * gnulib-tool (func_import, func_create_testdir): Use exec tricks to diff --git a/gnulib-tool b/gnulib-tool index aae9765daa..7a71916fa1 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -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 -- 2.30.2