Skip to content

Commit

Permalink
Merge remote-tracking branch 'GeoDaCenter/master' into dev1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Sep 27, 2018
2 parents c0d4166 + 0fdd374 commit bf7aad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BuildTools/ubuntu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ install_library()

if ! [ -f "$LIB_FILENAME" ] ; then
echo "$LIB_FILENAME not found. Downloading..."
curl -O $LIB_URL
curl -L -O $LIB_URL
else
echo "$LIB_FILENAME found. Download skipped."
fi
Expand Down
2 changes: 1 addition & 1 deletion BuildTools/ubuntu/build64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ install_library()

if ! [ -f "$LIB_FILENAME" ] ; then
echo "$LIB_FILENAME not found. Downloading..."
curl -O $LIB_URL
curl -L -O $LIB_URL
else
echo "$LIB_FILENAME found. Download skipped."
fi
Expand Down

0 comments on commit bf7aad9

Please sign in to comment.