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.
1 parent 06d50e9 commit 139191bCopy full SHA for 139191b
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/software.eessi.io/${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