mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
ts: clean any automated handling mode configuration
This commit is contained in:
@@ -49,6 +49,9 @@ if {[info exists install_quarlist]} {
|
||||
}
|
||||
}
|
||||
|
||||
# clean any automated handling mode configuration
|
||||
catch {unset env(MODULES_AUTO_HANDLING)}
|
||||
|
||||
# clean any in depth mode configuration
|
||||
catch {unset env(MODULES_AVAIL_INDEPTH)}
|
||||
|
||||
|
||||
@@ -46,6 +46,9 @@ foreach var [array names env] {
|
||||
}
|
||||
}
|
||||
|
||||
# clean any automated handling mode configuration
|
||||
catch {unset env(MODULES_AUTO_HANDLING)}
|
||||
|
||||
# clean any in depth mode configuration
|
||||
catch {unset env(MODULES_AVAIL_INDEPTH)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user