Skip to content

Commit

Permalink
removing curly brackets from cmssw and scram in pLHE bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
diemort committed Nov 1, 2023
1 parent 9aa3e9a commit b76661a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PrivSim/2018UL/single-run/common/pLHE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ output=${jobname}_${id}_${step}.root
# start:
export EOS_MGM_URL=root://eoscms.cern.ch
source /cvmfs/cms.cern.ch/cmsset_default.sh
export SCRAM_ARCH=${scram}
scram project ${cmssw}
export SCRAM_ARCH=$scram
scram project $cmssw
cd ${cmssw}/src/
curl -s -k https://cms-pdmv.cern.ch/mcm/public/restapi/requests/get_fragment/PPS-RunIISummer20UL18pLHEGEN-00004 --retry 3 --create-dirs -o Configuration/GenProduction/python/PPS-RunIISummer20UL18pLHEGEN-00004-fragment.py
eval `scramv1 runtime -sh`
Expand Down

0 comments on commit b76661a

Please sign in to comment.