@@ -102,11 +102,11 @@ echo "Running: ${MAKE:-make}" ${MAKE:-make} TCLSH_NATIVE="${TCLSH_NATIVE}" || exit 1 # Strip the KitDLL of debugging symbols, if possible - "${STRIP:-strip}" -g libtclkit.* >/dev/null 2>/dev/null + "${STRIP:-strip}" -g libtclkit* >/dev/null 2>/dev/null exit 0 ) || exit 1 exit 0