this time is for real

git-svn-id: http://google-refine.googlecode.com/svn/trunk@399 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-04-06 23:42:57 +00:00
parent 008cc32d0d
commit 9e90e6f05c

View File

@ -119,10 +119,8 @@ download() {
fi
if [ "$CURL" != "" ] ; then
curl -o -L $DEST $URL || exit 1
fi
if [ "$WGET" != "" ] ; then
curl -L -o $DEST $URL || exit 1
elif [ "$WGET" != "" ] ; then
wget -O $DEST $URL || exit 1
fi
}