summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 9aaa534..c2ed41c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -32,8 +32,8 @@ if confirm "Build micro haskell?"; then
cd ..
fi
-if confirm "Build levee as vi?"; then
- cd levee
+if confirm "Build chicken scheme?"; then
+ cd chicken
./setup.sh
cd ..
fi