[Libreoffice-commits] .: download

Tor Lillqvist tml at kemper.freedesktop.org
Fri May 6 06:43:19 PDT 2011


 download |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 307a6a18b3a11fa3acad15661faf94607f55fc58
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri May 6 16:42:50 2011 +0300

    Redirect pointless warning message to /dev/null

diff --git a/download b/download
index 19cc469..468cf61 100755
--- a/download
+++ b/download
@@ -78,7 +78,7 @@ fi
 # check for wget and md5sum
 wget=
 md5sum=
-curl=`which curl`
+curl=`which curl 2>/dev/null`
 
 for i in wget /usr/bin/wget /usr/local/bin/wget /usr/sfw/bin/wget /opt/sfw/bin/wget /opt/local/bin/wget; do
     eval "$i --version" > /dev/null 2>&1


More information about the Libreoffice-commits mailing list