This commit is contained in:
2019-05-15 15:01:48 +02:00
parent 4f2558b524
commit a1821a961b
2 changed files with 17 additions and 12 deletions
+1 -2
View File
@@ -670,8 +670,7 @@ subcommand_load() {
current_modulefile="${array[0]}"
prefix="${array[1]}"
test -n "${current_modulefile}" || return 1
get_release release "${current_modulefile}"
[[ :${UsedReleases}: =~ ${release} ]]
get_release release "${current_modulefile}" "${UsedReleases}"
}
#