From 586493f69fff33a483897784678276f9364353b5 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 8 Jun 2021 10:01:14 +0200 Subject: [PATCH] libmodules.tcl: missing curly bracket fixed --- Pmodules/libmodules.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/Pmodules/libmodules.tcl b/Pmodules/libmodules.tcl index 7bba9db..b287f88 100644 --- a/Pmodules/libmodules.tcl +++ b/Pmodules/libmodules.tcl @@ -45,6 +45,7 @@ proc _pmodules_parse_pmodules_env { } { foreach k $l { lappend ::OverlayList $tmp($k) } + } UsedGroups { set ::UsedGroups $value }