You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2012/04/11 21:23:22 UTC

svn commit: r1324921 - /incubator/ooo/trunk/main/fetch_tarballs.sh

Author: pfg
Date: Wed Apr 11 19:23:22 2012
New Revision: 1324921

URL: http://svn.apache.org/viewvc?rev=1324921&view=rev
Log:
Break only one level when detecting FreeBSD's fetch. Author: Dave Fisher.

Modified:
    incubator/ooo/trunk/main/fetch_tarballs.sh

Modified: incubator/ooo/trunk/main/fetch_tarballs.sh
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/fetch_tarballs.sh?rev=1324921&r1=1324920&r2=1324921&view=diff
==============================================================================
--- incubator/ooo/trunk/main/fetch_tarballs.sh (original)
+++ incubator/ooo/trunk/main/fetch_tarballs.sh Wed Apr 11 19:23:22 2012
@@ -51,7 +51,7 @@ if [ -x /usr/bin/fetch ]; then
     fetch_bin=/usr/bin/fetch
     fetch_args="-Fpr"
     echo found FreeBSD fetch: $fetch_bin
-    break 2
+    break 1
 else
   for wg in wget /usr/bin/wget /usr/local/bin/wget /usr/sfw/bin/wget /opt/sfw/bin/wget /opt/local/bin/wget; do
     eval "$wg --version" > /dev/null 2>&1