From bc4310b6fe6e21224b5e1470d8de809c1f7ef61c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 19 Sep 2005 15:31:32 +0000 Subject: [PATCH] Oops. --- gnulib-tool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnulib-tool b/gnulib-tool index 933285ead6..44985c9ab5 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2005-09-19 15:31:11 $' +cvsdatestamp='$Date: 2005-09-19 15:31:32 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -1186,7 +1186,7 @@ func_import () echo "])" echo echo "# gnulib-comp.m4 ends here" - ) + ) > "$destdir"/$m4base/gnulib-comp.m4.tmp if test -f "$destdir"/$m4base/gnulib-comp.m4; then if cmp "$destdir"/$m4base/gnulib-comp.m4 "$destdir"/$m4base/gnulib-comp.m4.tmp > /dev/null; then rm -f "$destdir"/$m4base/gnulib-comp.m4.tmp -- 2.30.2