diff options
author | Jim Meyering <jim@meyering.net> | 2007-09-02 13:49:49 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-09-02 13:49:49 +0200 |
commit | e4637b48b515dafebc32de7234afa36d9d6033ad (patch) | |
tree | 5427d76b046aee8d503c1e6630f6747f9f8e5fba /bootstrap | |
parent | 3ed2b48d10aa4120de8270b877cb8d5a0d3b9cf2 (diff) | |
download | coreutils-e4637b48b515dafebc32de7234afa36d9d6033ad.tar.xz |
* bootstrap (WGET_COMMAND): Remove code to set this variable.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -293,17 +293,6 @@ update_po_files() { case $SKIP_PO in '') - case `wget --help` in - *'--no-cache'*) - WGET_COMMAND='wget -nv --no-cache';; - *'--cache=on/off'*) - WGET_COMMAND='wget -nv --cache=off';; - *'--non-verbose'*) - WGET_COMMAND='wget -nv';; - *) - WGET_COMMAND='';; - esac - if test -d po; then update_po_files po $package || exit fi |