diff options
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 |