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
bccc4f80
Commit
bccc4f80
authored
Apr 08, 2019
by
Marco Clemencic
Browse files
Make sure we do not pass spurious arguments to LbEnv
parent
d43c38ae
Pipeline
#796886
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/etc/cern_profile.sh
View file @
bccc4f80
...
...
@@ -40,6 +40,8 @@ if [ -e "${_home_dir}" -a ! \( -e "${_home_dir}/.nogrouplogin" \) ] ; then
if
[
!
-e
"
${
_home_dir
}
/.nolbenv"
]
;
then
# LbEnv enabled
# - make sure we do not get spurious "source" command line arguments to the scripts
shift
$#
# - check the requested flavour
if
[
-e
"
${
_home_dir
}
/.devLHCBLoginscript"
]
;
then
# this is legacy for...
...
...
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