File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ source $software_layer_dir/init/eessi_defaults
271271# append the project (subdirectory) name to the end tarball name. This is information
272272# then used at the ingestion stage. If ${EESSI_DEV_PROJECT} is not defined, nothing is
273273# appended
274- if [[ -z ${EESSI_ACCELERATOR_TARGET_OVERRIDE} ]];
274+ if [[ -z ${EESSI_ACCELERATOR_TARGET_OVERRIDE} ]]; then
275275 export TGZ=$( printf " eessi-%s-software-%s-%s-%b%d.tar.gz" ${EESSI_VERSION} ${EESSI_OS_TYPE} ${EESSI_SOFTWARE_SUBDIR_OVERRIDE// \/ / -} ${EESSI_DEV_PROJECT: +$EESSI_DEV_PROJECT -} ${timestamp} )
276276else
277277 export TGZ=$( printf " eessi-%s-software-%s-%s-%s-%b%d.tar.gz" ${EESSI_VERSION} ${EESSI_OS_TYPE} ${EESSI_SOFTWARE_SUBDIR_OVERRIDE// \/ / -} ${EESSI_ACCELERATOR_TARGET_OVERRIDE// \/ / -} ${EESSI_DEV_PROJECT: +$EESSI_DEV_PROJECT -} ${timestamp} )
You can’t perform that action at this time.
0 commit comments