Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Missing quotes for CEF download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Jun 11, 2013
1 parent aa58615 commit e11ca95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pushd deps

# download CEF
if [ ! -f cef.zip ]; then
wget -O cef.7z https://drive.google.com/uc?export=download&id=0B7as0diokeHxMVpTOTM5NUJwemM
wget -O cef.7z "https://drive.google.com/uc?export=download&id=0B7as0diokeHxMVpTOTM5NUJwemM"
fi

# extract CEF
Expand Down

0 comments on commit e11ca95

Please sign in to comment.