summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-11-16 15:22:02 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-30 20:25:20 -0600
commitc50fdb0657b9bc315305959b29261c9af0c95cf0 (patch)
treee8f3dfd9e32910a598d25f160daf78a10f2e4403
parent06edf9983245d4458da128f2a31c03051c771dfc (diff)
build: Renamed fetch_tarballs.sh to download.
-rwxr-xr-xdownload (renamed from fetch_tarballs.sh)6
1 files changed, 3 insertions, 3 deletions
diff --git a/fetch_tarballs.sh b/download
index ca439ad09f61..5a866acc0e6e 100755
--- a/fetch_tarballs.sh
+++ b/download
@@ -2,7 +2,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -62,7 +62,7 @@ done
if [ -z "$wget" ]; then
for i in curl /usr/bin/curl /usr/local/bin/curl /usr/sfw/bin/curl /opt/sfw/bin/curl /opt/local/bin/curl; do
- # mac curl returns "2" on --version
+ # mac curl returns "2" on --version
# eval "$i --version" > /dev/null 2>&1
# ret=$?
# if [ $ret -eq 0 ]; then
@@ -117,7 +117,7 @@ for i in $filelist ; do
# echo $i
if [ "$i" != `echo $i | sed "s/^http:\///"` ]; then
tarurl=$i
- # TODO: check for comment
+ # TODO: check for comment
else
if [ "$tarurl" != "" ]; then
if [ ! -f "../$i" ]; then