Index: kitsh/build.sh
==================================================================
--- kitsh/build.sh
+++ kitsh/build.sh
@@ -231,11 +231,11 @@
 
 	# Cleanup
 	if [ "${KITTARGET}" = "kitdll" ]; then
 		## Remove built interpreters if we are building KitDLL --
 		## they're just tiny stubs anyway
-		rm -f kit kit.exe tclsh tclsh.exe
+		rm -f kit kit.exe
 	fi
 
 	exit 0
 ) || exit 1