mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-10 07:30:49 +02:00
bugfix in subcommand_avail()
This commit is contained in:
@@ -1087,7 +1087,7 @@ subcommand_avail() {
|
||||
group='other'
|
||||
find_overlay overlay group "${dir}"
|
||||
if [[ ${modulepath_of_group[${group}]} ]]; then
|
||||
if [[ "${Overlays[${overlay}]}" != "g" ]]
|
||||
if [[ "${Overlays[${overlay}]}" != "g" ]]; then
|
||||
modulepath_of_group[${group}]+=:${dir}
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user