Skip to content

Commit

Permalink
typo in build script, progress by blundering
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen committed Jul 22, 2022
1 parent 0370884 commit 7d0ecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mv Squeak-6.0/shared/SqueakV60.sources .

print_info "Preparing image..."
EXIT_STATUS=0
Squeak-trunk/bin/squeak $COG_VM_PARAM "${DEPLOY_IMAGE}" "../scripts/prepare_image.st" || EXIT_STATUS=$?
Squeak-6.0/bin/squeak $COG_VM_PARAM "${DEPLOY_IMAGE}" "../scripts/prepare_image.st" || EXIT_STATUS=$?

if [[ $EXIT_STATUS -eq 0 ]]; then
zip "${DEPLOY_PACKAGE}" *.image *.changes *.sources
Expand Down

0 comments on commit 7d0ecc6

Please sign in to comment.