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
1498ada2
Commit
1498ada2
authored
Feb 26, 2019
by
Marco Clemencic
Browse files
Fix syntax error
parent
99ca2845
Pipeline
#723638
passed with stages
in 1 minute and 23 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
data/etc/cern_profile.csh
View file @
1498ada2
...
...
@@ -14,7 +14,7 @@ if ( -e "${HOME}" && ! -e "${HOME}/.nogrouplogin" ) then
# customization enabled
foreach _f ( %target_dir%/etc/cern_profile.d/*.csh )
source ${_f}
end
i
f
endf
oreach
if ( ! -e "${HOME}/.nolbenv" ) then
# LbEnv enabled
...
...
data/etc/cern_profile.sh
View file @
1498ada2
...
...
@@ -33,7 +33,7 @@ if [ -e "${HOME}" -a ! \( -e "${HOME}/.nogrouplogin" \) ] ; then
# customization enabled
for
_f
in
%target_dir%/etc/cern_profile.d/
*
.sh
;
do
source
${
_f
}
fi
done
if
[
!
-e
"
${
HOME
}
/.nolbenv"
]
;
then
# LbEnv enabled
...
...
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