]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Small tweak from tholo to make it work on BSD and OS X without wget
authorBrian West <brian@freeswitch.org>
Sat, 23 Sep 2006 03:44:32 +0000 (03:44 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 23 Sep 2006 03:44:32 +0000 (03:44 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2792 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/buildlib.sh

index 510c89d135632cada7cc4eadedbd7ebfdaba54a5..cb8c43159cffdb930008339dcda475d0d9eb616c 100755 (executable)
@@ -45,7 +45,7 @@ else
 
     if [ ! -f $tar ] ; then
        rm -fr $uncompressed
-       wget $base/$tar
+       wget $base/$tar || ftp $base/$tar
        if [ ! -f $tar ] ; then
            echo cannot find $tar
            exit