summaryrefslogtreecommitdiff
path: root/bootstrap.1
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2011-06-15 12:55:51 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-06-20 12:05:38 +0100
commit60e5ebe785d90378cd3a560ab5d050b78c08e30e (patch)
tree15087e6d49193459dff0db818406a855ba620ea3 /bootstrap.1
parenta10e4e0c536b907892e207ebb5a2cbb09a1d5a62 (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.12
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