diff options
author | Robert Nagy <robert@openbsd.org> | 2011-06-15 12:55:51 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 12:05:38 +0100 |
commit | 60e5ebe785d90378cd3a560ab5d050b78c08e30e (patch) | |
tree | 15087e6d49193459dff0db818406a855ba620ea3 /bootstrap.1 | |
parent | a10e4e0c536b907892e207ebb5a2cbb09a1d5a62 (diff) |
only fetch external tarballs if --disable-fetch-external is not defined
(cherry picked from commit 4b333b2c9b4f35a58c1f1b5183013837f6380181)
Diffstat (limited to 'bootstrap.1')
-rw-r--r-- | bootstrap.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.1 b/bootstrap.1 index 3daa1e253..dcee0781f 100644 --- a/bootstrap.1 +++ b/bootstrap.1 @@ -75,6 +75,6 @@ chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl" if [ ! -d $SRC_ROOT/src ] ; then mkdir $SRC_ROOT/src fi -if [ "$DO_FETCH_TARBALLS" = "yes" ]; then +if [ "$DO_FETCH_TARBALLS" = "YES" ]; then $SRC_ROOT/download $SRC_ROOT/ooo.lst fi |