Commit 2d0e7fbd authored by Andrew Janke's avatar Andrew Janke
Browse files

autoenv: actually source autoenv once located

Fixes bug introduced in #4440
parent 2522ab45
......@@ -17,6 +17,7 @@ In the meantime the autoenv plugin is DISABLED.
END
return 1
fi
source $autoenv_dir/activate.sh
fi
}
[[ $? != 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