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
d6cda5eb
Commit
d6cda5eb
authored
Oct 11, 2019
by
Yann Garcia
Browse files
Update devenv.bash.ubuntu
parent
fef1177e
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/devenv.bash.ubuntu
View file @
d6cda5eb
...
@@ -28,9 +28,9 @@ export PATH=${HOME_BIN}:${PATH}
...
@@ -28,9 +28,9 @@ export PATH=${HOME_BIN}:${PATH}
# Update LD_LIBRARY_PATH environment variable
# Update LD_LIBRARY_PATH environment variable
if
[
-z
"
${
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
}
/dev/etsi_its/lib
else
else
export
LD_LIBRARY_PATH
=
${
HOME_LIB
}
:/usr/local/lib:
/home/vagrant
/dev/etsi_its/lib:
${
LD_LIBRARY_PATH
}
export
LD_LIBRARY_PATH
=
${
HOME_LIB
}
:/usr/local/lib:
${
HOME
}
/dev/etsi_its/lib:
${
LD_LIBRARY_PATH
}
fi
fi
...
...
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