Skip to content

Instantly share code, notes, and snippets.

@ompugao
Created September 19, 2015 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ompugao/d34c779937d6c86f6b0a to your computer and use it in GitHub Desktop.
Save ompugao/d34c779937d6c86f6b0a to your computer and use it in GitHub Desktop.
fix roszsh completion
# /opt/ros/indigo/share/rosbash/roszsh
# https://github.com/ros/ros/issues/48
#catkin_package_libexec_dir=`catkin_find --without-underlays --libexec ${pkg} 2> /dev/null`
catkin_package_libexec_dir=`catkin_find --first-only --without-underlays --libexec ${pkg} 2> /dev/null`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment