Skip to content

Commit cf95f12

Browse files
committed
typo in build script, progress by blundering
1 parent 01073f0 commit cf95f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mv Squeak-6.0/shared/SqueakV60.sources .
3838

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

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

0 commit comments

Comments
 (0)