Skip to content

Commit

Permalink
Merge pull request #9 from cms-sw/iarspider-patch-1
Browse files Browse the repository at this point in the history
Fix typo in cmsset-default.{c,}sh
  • Loading branch information
smuzaffar authored Aug 24, 2023
2 parents e4d20c6 + b5013ae commit bddc90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmsset_default.csh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif
if ( ! ${?SCRAM_ARCH}) then
setenv SCRAM_ARCH `sh -c ${cms_basedir}/common/cmsarch`
if ( ! -d $here/${SCRAM_ARCH}/etc/profile.d ) then
setenv SCRAM_ARCH `echo ${SCRAM_ARCH} | cut -d_ -f1 | sed -E 's/^(cs|cc|amla|rocky|rhel)/el/'`_`echo ${SCRAM_ARCH} | cut -d_ -f2-`
setenv SCRAM_ARCH `echo ${SCRAM_ARCH} | cut -d_ -f1 | sed -E 's/^(cs|cc|alma|rocky|rhel)/el/'`_`echo ${SCRAM_ARCH} | cut -d_ -f2-`
endif
endif

Expand Down

0 comments on commit bddc90f

Please sign in to comment.