提交 97bf9849 authored 作者: Brian West's avatar Brian West

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
上级 a3ce0d36
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论