Lines Matching full:echo
11 echo "$scriptdir"
17 echo "$@"
27 echo "This script should be sourced, not executed:"
29 echo ". ${BASH_SOURCE[0]}"
47 echo "Could not detect IDF_PATH. Please set it before sourcing this script:"
48 echo " export IDF_PATH=(add path here)"
64 echo "Setting IDF_PATH to '${IDF_PATH}'"
69 echo "IDF_PATH is set to '${IDF_PATH}', but it is not a valid directory."
70 echo "If you have set IDF_PATH manually, check if the path is correct."
76 echo "IDF_PATH is set to '${IDF_PATH}', but it doesn't look like an ESP-IDF directory."
77 echo "If you have set IDF_PATH manually, check if the path is correct."
87 echo "Detecting the Python interpreter"
178 …eval "$(env _IDF.PY_COMPLETE=$SOURCE_ZSH idf.py)" || echo "WARNING: Failed to load shell autocompl…
182 [[ ${BASH_VERSINFO[0]} -lt 4 ]] && { echo "$WARNING_MSG"; return; }
183 eval "$(env LANG=en _IDF.PY_COMPLETE=$SOURCE_BASH idf.py)" || echo "$WARNING_MSG"