Skip to content

Commit

Permalink
Correction to path
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Sep 3, 2024
1 parent bd307a2 commit dd1668e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ cd ${cwd}
mkdir -p inst/blp
cd blp/${platform}
if [ ! -f ${blpLibrary} ]; then
echo "** Fetching https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}${cpu}/blpLibrary.tar.gz"
download https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}${cpu}/blpLibrary.tar.gz
#echo "** Fetching https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}${cpu}/blpLibrary.tar.gz"
#download https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}${cpu}/blpLibrary.tar.gz
echo "** Fetching https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}/blpLibrary.tar.gz"
download https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}/blpLibrary.tar.gz
else
echo "** using ${blpLibrary}"
fi
Expand Down

0 comments on commit dd1668e

Please sign in to comment.