Kaydet (Commit) 7c7983b2 authored tarafından Andre Fischer's avatar Andre Fischer

#i119732# Added alternative to fetch_tarballs.sh.

üst 11eb3545
...@@ -39,7 +39,11 @@ chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl" ...@@ -39,7 +39,11 @@ chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
# fetch or update external tarballs # fetch or update external tarballs
if [ "$DO_FETCH_TARBALLS" = "yes" ]; then if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
$SRC_ROOT/fetch_tarballs.sh $SRC_ROOT/ooo.lst if [ "X$USE_NEW_EXTLIB_DOWNLOAD" != "X" ]; then
download_external_libraries.pl $SRC_ROOT/external_libs.lst
else
$SRC_ROOT/fetch_tarballs.sh $SRC_ROOT/ooo.lst
fi
fi fi
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
......
This diff is collapsed.
This diff is collapsed.
...@@ -268,7 +268,7 @@ sub EvaluateSelector($$) ...@@ -268,7 +268,7 @@ sub EvaluateSelector($$)
return $left_result || $right_result; return $left_result || $right_result;
} }
} }
elsif ($expression =~ /^\s*(.+?)\s$/) elsif ($expression =~ /^\s*(.+?)\s*$/)
{ {
return EvaluateTerm($1, $languages); return EvaluateTerm($1, $languages);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment