mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 18:13:08 +02:00
libmodules.tcl: bugfix in module-addgroup{}
This commit is contained in:
@@ -71,7 +71,7 @@ proc module-addgroup { group } {
|
||||
foreach overlay $::OverlayList {
|
||||
lappend overlays_to_add $overlay
|
||||
debug $overlay
|
||||
if { [string compare $::OverlayDict($overlay) $ol_replacing=] == 0 } {
|
||||
if { [string compare $::OverlayDict($overlay) $::ol_replacing] == 0 } {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user