@@ -16,6 +16,10 @@ cat << \__EOF__ > tcl/patchscripts/dietlibc.sh sed 's@^# *include *$@&@;T s;p;s@string.h@strings.h@;:s' generic/tclInt.h > generic/tclInt.h.new && cat generic/tclInt.h.new > generic/tclInt.h rm -f generic/tclInt.h.new __EOF__ -./kitcreator "$@" --disable-load +./kitcreator "$@" --disable-load --disable-threads + +rm -rf tcl/patchscripts + +exit 0