Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb Core Software
LbEnvBootstrap
Commits
70837c59
Commit
70837c59
authored
Mar 05, 2019
by
Marco Clemencic
Browse files
Fix mistakes in tcsh version
parent
5003ea96
Pipeline
#737396
passed with stage
in 1 minute and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/etc/cern_profile.csh
View file @
70837c59
...
...
@@ -42,7 +42,7 @@ if ( -e "${HOME}" && ! -e "${HOME}/.nogrouplogin" ) then
endif
if ( "$_lbenv_flavour" == stable ) then
# for the time being "stable" means LbLogin
if ( ! $?LBLOGIN_SOURCED && -e %target_dir%/lhcb/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.csh
] ;
then
if ( ! $?LBLOGIN_SOURCED && -e %target_dir%/lhcb/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.csh
)
then
if ( $?prompt ) then
# interactive shell: print banner
source %target_dir%/lhcb/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.csh
...
...
@@ -51,7 +51,7 @@ if ( -e "${HOME}" && ! -e "${HOME}/.nogrouplogin" ) then
source %target_dir%/lhcb/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.csh >&/dev/null
endif
setenv LBLOGIN_SOURCED 1
f
i
endi
f
else
# source the LbEnv main script
if ( -e %target_dir%/LbEnv-${_lbenv_flavour}.csh ) then
...
...
data/etc/cern_profile.d/cern_env.csh
View file @
70837c59
...
...
@@ -15,7 +15,7 @@ setenv LHCBDOC /eos/project/l/lhcbwebsites/www/projects
setenv LHCBNIGHTLIES /cvmfs/lhcbdev.cern.ch/nightlies
# For grid usage
if ( !
-n
$?X509_CERT_DIR ) then
if ( ! $?X509_CERT_DIR ) then
if ( -d /etc/grid-security/certificates ) then
setenv X509_CERT_DIR /etc/grid-security/certificates
elif ( -d /cvmfs/lhcb.cern.ch/etc/grid-security/certificates ) then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment