diff --git a/windows/bootstrap.sh b/windows/bootstrap.sh index 12935a91f..a3d643b53 100644 --- a/windows/bootstrap.sh +++ b/windows/bootstrap.sh @@ -12,7 +12,7 @@ if [[ ! $@ ]] || [ $1 == "fetch" ]; then if [ ! -d cpp-ethereum ]; then (set -x; git clone https://github.com/ethereum/cpp-ethereum.git) cd cpp-ethereum - (set -x; git checkout origin/develop) + (set -x; git checkout -b develop origin/develop) cd .. echo fi