@@ -20,11 +20,11 @@ shift fi export TCLVERS # Add the helpers directory to the path -PATH="$(dirname "$(which "$0")")"/common/helpers:"${PATH}" +PATH="$(cd "$(dirname "$(which "$0")")" && pwd)"/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