Commit 101758f6 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4481 from apjanke/autoenv-emerg-fix

autoenv: actually source autoenv once located
parents 2522ab45 2d0e7fbd
...@@ -17,6 +17,7 @@ In the meantime the autoenv plugin is DISABLED. ...@@ -17,6 +17,7 @@ In the meantime the autoenv plugin is DISABLED.
END END
return 1 return 1
fi fi
source $autoenv_dir/activate.sh
fi fi
} }
[[ $? != 0 ]] && return $? [[ $? != 0 ]] && return $?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment