Commit e3158348 authored by LoveSy's avatar LoveSy Committed by John Wu

Don't prefetch env to avoid deadlock

Fix #5178
parent 490e51c1
...@@ -83,9 +83,6 @@ class ShellInit : Shell.Initializer() { ...@@ -83,9 +83,6 @@ class ShellInit : Shell.Initializer() {
Config.keepVerity = getBool("KEEPVERITY") Config.keepVerity = getBool("KEEPVERITY")
Config.keepEnc = getBool("KEEPFORCEENCRYPT") Config.keepEnc = getBool("KEEPFORCEENCRYPT")
// Pre-fetch env
Info.env
return true return true
} }
} }
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