提交 f52d736a authored 作者: Michael Jerris's avatar Michael Jerris

add debugging information to getsounds.sh

上级 493fc648
......@@ -9,16 +9,19 @@ DIR=`pwd`
if [ -x "$WGET" ] ; then
DOWNLOAD_CMD=$WGET
else
if [ -x "$CURL" ] ; then
DOWNLOAD_CMD="$CURL -O"
fi
fi
if [ "x${DOWNLOAD_CMD}" = "x" -a -x "$CURL" ] ; then
DOWNLOAD_CMD="$CURL -O"
fi
base=http://files.freeswitch.org/
tarfile=$1
install=$2
echo -n "#"
pwd
echo "# $0 $1 $2"
if [ ! -f $tarfile ] ; then
$DOWNLOAD_CMD $base$tarfile
if [ ! -f $tarfile ] ; then
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论