1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 10:15:48 +02:00

* bootstrap (get_translations): Skip this if WGET_COMMAND is empty.

Fail if the first "echo" fails.  Suppress diagnostics from "ls po/*.po"
since there might not be any .po files.
(WGET_COMMAND): Set to empty if wget doesn't
seem to be available.  Don't export; shouldn't be needed.
This commit is contained in:
Paul Eggert
2006-08-26 18:33:08 +00:00
parent fd52fdf603
commit 2ace7e1eee
2 changed files with 42 additions and 29 deletions

View File

@@ -1,3 +1,11 @@
2006-08-26 Paul Eggert <eggert@cs.ucla.edu>
* bootstrap (get_translations): Skip this if WGET_COMMAND is empty.
Fail if the first "echo" fails. Suppress diagnostics from "ls po/*.po"
since there might not be any .po files.
(WGET_COMMAND): Set to empty if wget doesn't
seem to be available. Don't export; shouldn't be needed.
2006-08-26 Jim Meyering <jim@meyering.net>
* src/c99-to-c89.diff: Remove hunk for copy.c; no longer needed.