Commit cacbfadd authored by Leif Walsh's avatar Leif Walsh

#10 reindent

parent 36795f8a
...@@ -15,17 +15,17 @@ if [[ ! -d mysql ]]; then ...@@ -15,17 +15,17 @@ if [[ ! -d mysql ]]; then
git clone $repos/ft-engine git clone $repos/ft-engine
pushd ft-engine pushd ft-engine
git checkout simplify-build git checkout simplify-build
popd popd
cp -r ft-engine/* . cp -r ft-engine/* .
pushd storage/tokudb pushd storage/tokudb
git clone $repos/ft-index git clone $repos/ft-index
pushd ft-index pushd ft-index
git checkout simplify-build git checkout simplify-build
pushd third_party pushd third_party
git clone $repos/jemalloc git clone $repos/jemalloc
popd popd
popd popd
popd popd
else else
cd mysql cd mysql
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment