Home
last modified time | relevance | path

Searched refs:scripts_path (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/
Dzephyr-env.sh50 scripts_path=${ZEPHYR_BASE}/scripts
52 scripts_path=$(echo "/$scripts_path" | sed 's/\\/\//g' | sed 's/://')
55 if ! echo "${PATH}" | grep -q "${scripts_path}"; then
56 export PATH=${scripts_path}:${PATH}
58 unset scripts_path