bugfix in subcommand_avail()

This commit is contained in:
Achim Gsell
2021-02-02 12:43:43 +01:00
parent 7f23baed4a
commit b14bf6e42f
+1 -1
View File
@@ -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