Skip to content
Snippets Groups Projects
Commit ad27ac68 authored by Patrick Louis S Connor's avatar Patrick Louis S Connor
Browse files

Merge branch 'bugfix/install' into 'master'

remove aliases for cms commands

See merge request !17
parents 631603c7 c2c517f8
No related branches found
No related tags found
1 merge request!17remove aliases for cms commands
Pipeline #6770138 passed
...@@ -7,9 +7,9 @@ BASE_DIR=$PWD ...@@ -7,9 +7,9 @@ BASE_DIR=$PWD
# Get a CMSSW if we don't have one # Get a CMSSW if we don't have one
if [ -z $CMSSW_BASE ]; then if [ -z $CMSSW_BASE ]; then
version=CMSSW_12_4_0 version=CMSSW_12_4_0
[ ! -d $version ] && cmsrel $version [ ! -d $version ] && scram p $version
cd $version cd $version
cmsenv eval `scramv1 runtime -sh`
unset version unset version
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment