From: Brian West Date: Sat, 23 Sep 2006 03:44:32 +0000 (+0000) Subject: Small tweak from tholo to make it work on BSD and OS X without wget X-Git-Tag: v1.0-beta1~2073 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bf98495a859855ce052ff5dd4a7eca4c24b6b3;p=thirdparty%2Ffreeswitch.git Small tweak from tholo to make it work on BSD and OS X without wget git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2792 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/build/buildlib.sh b/build/buildlib.sh index 510c89d135..cb8c43159c 100755 --- a/build/buildlib.sh +++ b/build/buildlib.sh @@ -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