From aed64dc0f1728ae8ec5fe60fd5ac8656774d27cd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 29 Aug 2005 20:03:01 +0000 Subject: [PATCH] Avoid unnecessary spaces in $avoidlist. --- ChangeLog | 4 ++++ gnulib-tool | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc503c7dd6..730479059f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-28 Bruno Haible + + * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist. + 2005-08-28 Bruno Haible * gnulib-tool (func_import): Emit more comments into gnulib.m4. diff --git a/gnulib-tool b/gnulib-tool index 7d5bb7ff8a..435897ee2d 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2005-08-29 20:02:25 $' +cvsdatestamp='$Date: 2005-08-29 20:03:02 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -1240,7 +1240,7 @@ case $mode in fi # Which modules to avoid? - avoidlist="$avoidlist $ac_avoidlist" + avoidlist=`echo $avoidlist $ac_avoidlist` func_import "$modules" ;; -- 2.30.2