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
d313c8f9
Commit
d313c8f9
authored
Apr 08, 2019
by
Marco Clemencic
Browse files
Merge branch 'fix-args-ignoring' into 'master'
Make sure we do not pass spurious arguments to LbEnv See merge request
!7
parents
d43c38ae
bccc4f80
Pipeline
#796931
passed with stages
in 1 minute and 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
data/etc/cern_profile.sh
View file @
d313c8f9
...
...
@@ -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