changeset 6247:06bf58313e18

Oops.
author Bruno Haible <bruno@clisp.org>
date Mon, 19 Sep 2005 15:31:32 +0000
parents 7c089b3b2200
children ba937772eda4
files gnulib-tool
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     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