autoenv: actually source autoenv once located

Fixes bug introduced in #4440
This commit is contained in:
Andrew Janke 2015-10-09 20:35:19 -04:00
parent 2522ab4504
commit 2d0e7fbdad

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 $?