Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions squeak/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ squeak::download_trunk_image() {
}

################################################################################
# Ensure Metacello is installed and image is up-to-date.
# Ensure the image is up-to-date.
################################################################################
squeak::prepare_image() {
local status=0
Expand Down Expand Up @@ -378,9 +378,7 @@ run_build() {
if ! vm_is_user_provided; then
squeak::prepare_vm
fi
if is_trunk_build || image_is_user_provided; then
squeak::prepare_image
fi
squeak::prepare_image
if ston_includes_loading; then
squeak::load_project
check_and_consume_build_status_file
Expand Down