61-beta4.3.1

This commit is contained in:
2024-11-13 02:12:33 -07:00
parent ded913ccd6
commit be586ca958
4 changed files with 11 additions and 24 deletions
+6
View File
@@ -238,6 +238,12 @@ function handleSetupEnvironment() {
}
function handleAliasEnviron() {
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