Fix syntax problem in captain.sh

This commit is contained in:
Nathan Braswell
2016-04-19 12:49:08 -04:00
parent 04d2af4168
commit 0961636ab0

View File

@@ -35,7 +35,7 @@ else
echo "no ${kraken}_deprecated, bootstrapping using Cephelpod and a chain of old Kalypsos"
git clone . bootstrap_kalypso
pushd bootstrap_kalypso
git checkout $bootstrap_commits[0]
git checkout ${bootstrap_commits[0]}
cp -r stdlib deprecated_compiler
cp krakenGrammer.kgm deprecated_compiler
cp kraken.krak deprecated_compiler