Searched refs:scripts_path (Results 1 – 1 of 1) sorted by relevance
50 scripts_path=${ZEPHYR_BASE}/scripts52 scripts_path=$(echo "/$scripts_path" | sed 's/\\/\//g' | sed 's/://')55 if ! echo "${PATH}" | grep -q "${scripts_path}"; then56 export PATH=${scripts_path}:${PATH}58 unset scripts_path