Browse Source

Be more helpful and create a branch when checking out cpp-ethereum.

cl-refactor
Tim Hughes 11 years ago
parent
commit
762b563b4f
  1. 2
      windows/bootstrap.sh

2
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

Loading…
Cancel
Save