Set base url in bootstrap script by default.

This commit is contained in:
Cheng Zhao 2013-06-19 10:53:38 +08:00
parent a8eaaf9739
commit 09f8488893
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@ Experimental native layer for the [Atom](https://github.com/github/atom).
### One-time setup
$ script/bootstrap https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent
$ script/bootstrap
### Building

View file

@ -11,8 +11,7 @@ usage() {
BASE_URL="${1}"
if [ -z "${BASE_URL}" ]; then
usage
exit 1
BASE_URL="https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent"
fi
cd "$(dirname "$0")/.."