Diff

Differences From Artifact [58316dd2e7]:

To Artifact [73621b259f]:


123
124
125
126
127
128
129
130





131
132
133
134
135
136
137
123
124
125
126
127
128
129

130
131
132
133
134
135
136
137
138
139
140
141







-
+
+
+
+
+







                                
			(
				. "${patchscript}"
			)
		fi
	done

	for dir in unix win macosx win64 __fail__; do
	for dir in "${TCLCONFIGDIRTAIL}" unix win macosx win64 __fail__; do
		if [ -z "${dir}" ]; then
			continue
		fi

		if [ "${dir}" = "__fail__" ]; then
			exit 1
		fi

		# Windows/amd64 workarounds
		win64="0"
		if [ "${dir}" = "win64" ]; then