Fix captain.sh bootstrap installation

Trying to copy a file that didn't exist yet caused
the script to break when running it the first time.
This commit is contained in:
Collin Richards
2016-04-19 20:35:22 -04:00
parent 8d0996fb47
commit ee847eb866

View File

@@ -51,6 +51,9 @@ else
../build/kraken kraken.krak ../build/kraken kraken.krak
popd popd
popd popd
pushd deprecated_compiler/build_kraken/kraken
sh kraken.sh
popd
cp deprecated_compiler/build_kraken/kraken/kraken ../${kraken}_bootstrap cp deprecated_compiler/build_kraken/kraken/kraken ../${kraken}_bootstrap
popd popd
# Now make # Now make