From 280be844073207dd28a89f5499801218bc195cd8 Mon Sep 17 00:00:00 2001 From: cyteen Date: Tue, 30 Jul 2024 11:03:38 +0100 Subject: [PATCH] Remove ambiguous unicode characters. --- 020_zephyr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/020_zephyr.sh b/020_zephyr.sh index 30417d8..f2ca4b8 100644 --- a/020_zephyr.sh +++ b/020_zephyr.sh @@ -102,7 +102,7 @@ echo "*** Getting Zephyr and installing Python dependencies. ***" echo "*** Installing west with pip3 ***" # pip3 install -U --user west -# echo ‘export PATH=${HOME}/.local/bin:”$PATH”’ >>${HOME}/.bashrc +# echo 'export PATH=${HOME}/.local/bin:”$PATH”' >>${HOME}/.bashrc # if [[ -d ${HOME}/.zshrc.d ]]; then # echo 'export PATH=${HOME}/.local/bin:"$PATH"' >>${HOME}/.zshrc.d/001_dot_local_path.sh @@ -152,8 +152,8 @@ echo "Installing additional python dependencies via pip3." pip install -r \ ${HOME}/zephyrproject/zephyr/scripts/requirements.txt -echo "Installing Zephyr’s toolchain." -#Zephyr’s SDK adds several additional tools for the host. Download the SDK installer: +echo "Installing Zephyr's toolchain." +#Zephyr's SDK adds several additional tools for the host. Download the SDK installer: cd ${HOME} wget -O /var/tmp/${SDK_FILENAME} ${SDK_URL}/{SDK_FILENAME}