Skip to content
Snippets Groups Projects
Commit 416e51bc authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

ENV: only check Superenv if necessary. (#451)

parent 45b3bfd1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ require "extend/ENV/std"
require "extend/ENV/super"
def superenv?
Superenv.bin && ARGV.env != "std"
ARGV.env != "std" && Superenv.bin
end
module EnvActivation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment