@@ -18,10 +18,14 @@ TCLVERS="$1" shift fi export TCLVERS + +# Add the helpers directory to the path +PATH="$(dirname "$(which "$0")")"/common/helpers:"${PATH}" +export PATH # Verify that "pre.sh" has been run if this is a development snapshot of # KitCreator if [ -f 'build/pre.sh' ]; then if ! find 'kitsh/buildsrc/' -name configure -type f 2>/dev/null | grep configure >/dev/null; then