Skip to content

Commit

Permalink
Add --share to debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz committed Jan 24, 2020
1 parent 351778b commit 64e29ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rosbash/scripts/rosrun
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [[ -n $CMAKE_PREFIX_PATH ]]; then
_rosrun_IFS="$IFS"
IFS=$'\n'
catkin_package_libexec_dirs=($(catkin_find --without-underlays --libexec --share "$pkg_name" 2> /dev/null))
debug "Looking in catkin libexec dirs: $IFS$(catkin_find --without-underlays --libexec "$pkg_name" 2>&1)"
debug "Looking in catkin libexec dirs: $IFS$(catkin_find --without-underlays --libexec --share "$pkg_name" 2>&1)"
IFS="$_rosrun_IFS"
unset _rosrun_IFS
fi
Expand Down

0 comments on commit 64e29ff

Please sign in to comment.