Diff

Differences From Artifact [7664997e0e]:

To Artifact [ae00c6fdc3]:


180
181
182
183
184
185
186


187

188
189
190
191
192
193
194
180
181
182
183
184
185
186
187
188

189
190
191
192
193
194
195
196







+
+
-
+








			KITTARGET_NAME="./${chkkittarget}"

			break
		done

		## Also create an executable named "kit" so that we can run it later
		eval tclshExtraMakeArgs=(${KC_KITSH_TCLSH_EXTRA_MAKE_ARGS})
		echo "Running: ${MAKE:-make} tclsh ${tclshExtraMakeArgs[@]}"
		${MAKE:-make} tclsh
		${MAKE:-make} tclsh "${tclshExtraMakeArgs[@]}"
		if [ -f "tclsh.exe" ]; then
			cp tclsh.exe kit.exe
		else
			cp tclsh kit
		fi
	else
		## The executable is always named "kit"