61-beta4.3.6.3

This commit is contained in:
2024-11-13 03:02:19 -07:00
parent 90ee8feb9d
commit 431b9f4f10
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -238,12 +238,12 @@ function handleSetupEnvironment() {
} }
function handleAliasEnviron() { function handleAliasEnviron() {
alias get_idf # alias get_idf
ret=$? # ret=$?
if [ $ret -eq 1 ]; then # if [ $ret -eq 1 ]; then
echo aliasnant not found # echo aliasnant not found
fi # fi
#
# alias get_idf 2>/dev/null # alias get_idf 2>/dev/null
# ret=$? # ret=$?
# if [ $ret == 1 ]; then # if [ $ret == 1 ]; then
+1 -1
View File
@@ -1 +1 @@
61-beta4.3.6.2 61-beta4.3.6.3