From 97bf98495a859855ce052ff5dd4a7eca4c24b6b3 Mon Sep 17 00:00:00 2001 From: Brian West Date: Sat, 23 Sep 2006 03:44:32 +0000 Subject: [PATCH] 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 --- build/buildlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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