6-prerelease6.6.4

This commit is contained in:
2024-11-13 18:59:45 -07:00
parent 86a4f0fed6
commit b7b27f421a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ function handleAliasEnviron() {
if [ -z $ESPIDF_INSTALLDIR ]; then
writeToLog "ESPIDF_INSTALLDIR environment variable not found, appending to $rcFile"
echo -e "Export ESPIDF_INSTALLDIR=\"$installDir\"\n" >> $rcFile
echo -e "export ESPIDF_INSTALLDIR=\"$installDir\"\n" >> $rcFile
returnStatus
aliasInstallDirChk=$?
else