We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a621ae5 + 139191b commit 5e6ea4eCopy full SHA for 5e6ea4e
EESSI-install-software.sh
@@ -359,7 +359,7 @@ else
359
for easystack_file in ${rebuild_easystacks} ${new_easystacks}; do
360
361
# make sure that easystack file being picked up is for EESSI version that we're building for...
362
- echo "${easystack_file}" | grep -q "^easystacks/${EESSI_VERSION}/"
+ echo "${easystack_file}" | grep -q "^easystacks/$(basename ${EESSI_CVMFS_REPO})/${EESSI_VERSION}/"
363
if [ $? -ne 0 ]; then
364
fatal_error "Easystack file ${easystack_file} is not intended for EESSI version ${EESSI_VERSION}, giving up!"
365
fi
0 commit comments