ENV: only check Superenv if necessary. (#451)
This commit is contained in:
parent
45b3bfd11a
commit
416e51bca9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user