Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xavier Garrido
CAMEL
Commits
36fa98c7
Commit
36fa98c7
authored
Jan 16, 2018
by
Plaszczynski Stephane
Browse files
fix setup
parent
a15877fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
cmt/camel_setup.sh
cmt/camel_setup.sh
+6
-8
No files found.
cmt/camel_setup.sh
View file @
36fa98c7
#
#cmt stuff
if
[
-z
"
$CMTPATH
"
]
;
then
if
[
-z
"
$CMTCLASS
"
]
;
then
echo
"no CMTPATH or CMTCLASS defined"
return
fi
export
CMTPATH
=
${
CMTCLASS
}
else
export
CMTPATH
=
${
CMTPATH
}
:
${
CMTCLASS
}
if
[
-z
"
$CMTCLASS
"
]
;
then
echo
"no CMTPATH or CMTCLASS defined"
return
else
export
CMTPATH
=
${
CMTCLASS
}
fi
fi
echo
"CMTPATH=
$CMTPATH
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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