1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 09:11:11 +02:00

Fix typo in previous bootstrap change; WGET_COMMAND is needed by sh.

This commit is contained in:
Paul Eggert
2006-08-27 03:35:09 +00:00
parent be5edb4b0c
commit bc94006bd5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
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.
seem to be available.
2006-08-26 Jim Meyering <jim@meyering.net>
+1 -1
View File
@@ -185,7 +185,7 @@ get_translations() {
printf " rm -f %s/%s.po; }; } &&\n", subdir, lang
}
END { print ":" }
' | sh;;
' | WGET_COMMAND="$WGET_COMMAND" sh;;
esac &&
ls "$subdir"/*.po 2>/dev/null |
sed 's|.*/||; s|\.po$||' >"$subdir/LINGUAS" &&