Diff

Differences From Artifact [daac00effa]:

To Artifact [330b21f385]:


229
230
231
232
233
234
235
236

237
238
239
240
241
242
229
230
231
232
233
234
235

236
237
238
239
240
241
242







-
+






	cp "${KITTARGET_NAME}.new" "${KITTARGET_NAME}"
	rm -f "${KITTARGET_NAME}.new"

	# Cleanup
	if [ "${KITTARGET}" = "kitdll" ]; then
		## Remove built interpreters if we are building KitDLL --
		## they're just tiny stubs anyway
		rm -f "${KITTARGET_NAME}"
		rm -f kit kit.exe tclsh tclsh.exe
	fi

	exit 0
) || exit 1

exit 0