Skip to content

Commit 301fe08

Browse files
committed
Actually copies the correct changeset
1 parent e3d0367 commit 301fe08

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 Squeak6.0alpha-19999-64bit-202003021730-Linux Squeak-trunk
3838
mv Squeak-trunk/shared/*.image "${DEPLOY_IMAGE}"
3939
mv Squeak-trunk/shared/*.changes "${DEPLOY_CHANGES}"
4040
mv Squeak-trunk/shared/SqueakV50.sources .
41-
cp "../scripts/TextAnchorPlacement.cs" TextAnchorPlacement.cs
41+
cp "../scripts/SOHCharacter.cs" SOHCharacter.cs
4242

4343
print_info "Preparing image..."
4444
EXIT_STATUS=0

0 commit comments

Comments
 (0)