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

autoenv: actually source autoenv once located
This commit is contained in:
Robby Russell 2015-10-09 22:53:10 -07:00
commit 101758f63d

View File

@ -17,6 +17,7 @@ In the meantime the autoenv plugin is DISABLED.
END
return 1
fi
source $autoenv_dir/activate.sh
fi
}
[[ $? != 0 ]] && return $?