You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2016/07/27 22:52:02 UTC

svn commit: r1754347 - in /openoffice/trunk/main: bootstrap.1 fetch_tarballs.sh

Author: damjan
Date: Wed Jul 27 22:52:02 2016
New Revision: 1754347

URL: http://svn.apache.org/viewvc?rev=1754347&view=rev
Log:
main/fetch_tarballs.sh was apparently migrated to the Perl (and now Java)
scripts a long time ago, and hasn't been used since at least AOO 3.4.
Goodbye.

Patch by: me


Removed:
    openoffice/trunk/main/fetch_tarballs.sh
Modified:
    openoffice/trunk/main/bootstrap.1

Modified: openoffice/trunk/main/bootstrap.1
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/bootstrap.1?rev=1754347&r1=1754346&r2=1754347&view=diff
==============================================================================
--- openoffice/trunk/main/bootstrap.1 (original)
+++ openoffice/trunk/main/bootstrap.1 Wed Jul 27 22:52:02 2016
@@ -61,7 +61,7 @@ fi
 
 if test -n "$DMAKE_URL" -a  ! -x "$SOLARENV/$INPATH/bin/dmake$EXEEXT"; then
 
-    # Assume that the dmake archive has been downloaded by fetch_tarballs.sh
+    # Assume that the dmake archive has been downloaded
     # Determine the name of the downloaded file.
     dmake_package_name=`echo $DMAKE_URL | sed "s/^\(.*\/\)//"`