# | Line 15 | Line 15 | if 'CMSSW_BASE' not in os.environ: | |
---|---|---|
15 | print 'echo "CMSSW_BASE not set"' | |
16 | sys.exit(-1) | |
17 | ||
18 | < | shKind = 'csh' |
19 | < | if 'bash' in os.environ['SHELL']: |
18 | > | shKind = 'sh' # fix for wrapper shell, temporary #'csh' #Fabio |
19 | > | if 'BASH' in os.environ: |
20 | shKind = 'sh' | |
21 | ||
22 | # extract the env setting introduced by scram |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |