From: Ralf Wildenhues Date: Fri, 22 Sep 2006 03:10:42 +0000 (+0000) Subject: * gnulib-tool (func_version): Create output all at once. This X-Git-Tag: cvs-readonly~1846 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8164fd6df9a644393a53089b6c81838c1d911c85;p=gnulib.git * gnulib-tool (func_version): Create output all at once. This may help avoid triggering unnecessary SIGPIPEs, and at any rate it doesn't hurt. --- diff --git a/ChangeLog b/ChangeLog index cff6e43c3..057f6c4e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-22 Ralf Wildenhues + + * gnulib-tool (func_version): Create output all at once. This + may help avoid triggering unnecessary SIGPIPEs, and at any + rate it doesn't hurt. + 2006-09-20 Paul Eggert * modules/mkstemp (Depends-on): Add extensions, so that diff --git a/gnulib-tool b/gnulib-tool index f61595712..b69bc4e2e 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2006-09-19 14:07:28 $' +cvsdatestamp='$Date: 2006-09-22 03:10:42 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` nl=' @@ -157,11 +157,12 @@ Report bugs to ." func_version () { year=`echo "$last_checkin_date" | sed -e 's,/.*$,,'` - echo "$progname (GNU $package) $version" - echo "Copyright (C) $year Free Software Foundation, Inc. + echo "\ +$progname (GNU $package) $version +Copyright (C) $year Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - echo "Written by" "Bruno Haible" "and" "Simon Josefsson" +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +Written by" "Bruno Haible" "and" "Simon Josefsson" } # func_emit_copyright_notice