Index: kitsh/build.sh ================================================================== --- kitsh/build.sh +++ kitsh/build.sh @@ -231,12 +231,12 @@ # 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 exit 0