File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ for default_conda_env_name in ${DEFAULT_CONDA_ENV:-} ${CONDA_DEFAULT_ENV:-} base
66 break ;
77 fi
88 # Temporarily allow unbound variables for conda activation.
9- oldstate=" $( shopt -po; shopt -p ) " ; [[ -o errexit ]] && oldstate= " ${oldstate} ; set -e " ; set +u;
9+ oldstate=" $( shopt -po | grep -E ' (nounset|verbose|xtrace) ' ) " ; set +u;
1010 if conda activate " ${default_conda_env_name} " 2> /dev/null; then
11- { set +vx ; } 2> /dev/null; eval " ${oldstate} " ; unset oldstate;
11+ { set +vxo history ; } 2> /dev/null; eval " ${oldstate} " ; unset oldstate;
1212 break ;
1313 else
14- { set +vx ; } 2> /dev/null; eval " ${oldstate} " ; unset oldstate;
14+ { set +vxo history ; } 2> /dev/null; eval " ${oldstate} " ; unset oldstate;
1515 continue ;
1616 fi
1717done
Original file line number Diff line number Diff line change 11{
22 "name" : " Mambaforge" ,
33 "id" : " mambaforge" ,
4- "version" : " 24.4.1 " ,
4+ "version" : " 24.4.2 " ,
55 "description" : " A feature to install mambaforge" ,
66 "options" : {
77 "version" : {
You can’t perform that action at this time.
0 commit comments