From 210ee1963914afd8fc966fcb1be26960176cc590 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Sat, 10 May 2025 01:53:36 -0600 Subject: [PATCH] prerelease version 1.0 3 --- esp-idf-tools-cmd.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index c36a6f2..2a37265 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -43,7 +43,6 @@ else fi # get us our FUCKING ALIASES HOLY FUCK GOD DAMN SHIT FUCK IT\ -rcFile="$HOME/.zshrc" # shell rc file source $rcFile 2>/dev/null # >2?/dev/null is to redirect any errors defaultInstallDir="$HOME/esp" @@ -55,12 +54,12 @@ fi if [ -z "$ESPIDFTOOLS_INSTALLDIR" ]; then # cant seem to get this one to use writeToLog - echo "ESPIDFTOOLS_INSTALLDIR environment variable not found, appending to $rcFile" + echo -e "ESPIDFTOOLS_INSTALLDIR environment variable not found, appending to $rcFile\n" echo "export ESPIDFTOOLS_INSTALLDIR=\"$defaultInstallDir\"" >> "$rcFile" installDir="$defaultInstallDir" aliasInstallDirChk=$? else - echo "ESPIDFTOOLS_INSTALLDIR environment variable found, skipping" + echo -e "ESPIDFTOOLS_INSTALLDIR environment variable found, skipping\n" installDir="$ESPIDFTOOLS_INSTALLDIR" aliasInstallDirChk=0 fi