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() {
alias get_idf
ret=$?
if [ $ret -eq 1 ]; then
echo aliasnant not found
fi
# alias get_idf
# ret=$?
# if [ $ret -eq 1 ]; then
# echo aliasnant not found
# fi
#
# alias get_idf 2>/dev/null
# ret=$?
# if [ $ret == 1 ]; then