mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
bugfix in find_modulefile()
This commit is contained in:
@@ -787,7 +787,7 @@ pbuild::make_all() {
|
||||
local "$1"
|
||||
local fname=''
|
||||
local modulefile=''
|
||||
for fname in "${VERSIONS[@]/#/modulefile-}"; do
|
||||
for fname in "${VERSIONS[@]/#/modulefile-}" 'modulefile'; do
|
||||
if [[ -r "${BUILDBLOCK_DIR}/${fname}" ]]; then
|
||||
modulefile="${BUILDBLOCK_DIR}/${fname}"
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user