61-beta4.3.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user