Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre Fernbach
hpp-doc
Commits
1c83f2ea
Commit
1c83f2ea
authored
Jan 08, 2019
by
Guilhem Saurel
Committed by
Joseph Mirabel
Jan 10, 2019
Browse files
config.sh should not return false
parent
af581abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/config/ubuntu-16.04-kinetic.sh
View file @
1c83f2ea
...
...
@@ -17,4 +17,6 @@ fi
# otherwise, you should add it by hand in the line below.
export
ROS_PACKAGE_PATH
=
$INSTALL_HPP_DIR
/share:
$ROS_PACKAGE_PATH
[
-f
"
${
INSTALL_HPP_DIR
}
/etc/hpp-tools/bashrc"
]
&&
source
"
${
INSTALL_HPP_DIR
}
/etc/hpp-tools/bashrc"
if
[
-f
"
${
INSTALL_HPP_DIR
}
/etc/hpp-tools/bashrc"
]
;
then
source
"
${
INSTALL_HPP_DIR
}
/etc/hpp-tools/bashrc"
fi
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