Index: build/test/do-nightly-tests-and-publish
==================================================================
--- build/test/do-nightly-tests-and-publish
+++ build/test/do-nightly-tests-and-publish
@@ -1,7 +1,12 @@
 #! /bin/bash
 
+# Update PATH to include path to Tclkit, otherwise cross-compiles will fail
+PATH="${PATH}:/home/rkeene/bin"
+export PATH
+
+# Define build and web paths
 KITCREATORDIR="/home/rkeene/devel/kitcreator"
 WEBROOTDIR="/web/rkeene/devel/kitcreator/kitbuild"
 export KITCREATORDIR WEBROOTDIR
 
 cd "${KITCREATORDIR}" || exit 1