Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
3f8f754f
Commit
3f8f754f
authored
Oct 10, 2019
by
Yann Garcia
Browse files
Bug fixed in "Update LD_LIBRARY_PATH environment variable"
parent
fb133c9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/devenv.bash.ubuntu
View file @
3f8f754f
...
@@ -26,7 +26,7 @@ export HOME_INC=${HOME}/include
...
@@ -26,7 +26,7 @@ export HOME_INC=${HOME}/include
export
PATH
=
${
HOME_BIN
}
:
${
PATH
}
export
PATH
=
${
HOME_BIN
}
:
${
PATH
}
# Update LD_LIBRARY_PATH environment variable
# Update LD_LIBRARY_PATH environment variable
if
[
"
${
LD_LIBRARY_PATH
}
"
==
""
]
if
[
-z
"
${
LD_LIBRARY_PATH
}
"
]
then
then
export
LD_LIBRARY_PATH
=
${
HOME_LIB
}
:/usr/local/lib:/home/vagrant/dev/etsi_its/lib
export
LD_LIBRARY_PATH
=
${
HOME_LIB
}
:/usr/local/lib:/home/vagrant/dev/etsi_its/lib
else
else
...
...
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