Skip to content

Commit

Permalink
Merge branch 'master' into travis
Browse files Browse the repository at this point in the history
  • Loading branch information
RGPaul committed Oct 12, 2018
2 parents bac8215 + 1bd9aa1 commit 33a81ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ download_file ()
if [ -n "$CMD_WGET" ] ; then
run $CMD_WGET -O $2 $1
elif [ -n "$CMD_CURL" ] ; then
run $CMD_CURL -o -L $2 $1
run $CMD_CURL -L -o $2 $1
else
echo "Please install wget or curl on this machine"
exit 1
Expand Down

0 comments on commit 33a81ae

Please sign in to comment.