Skip to content

Commit

Permalink
add shebang line in setup_custom_pythonpath.sh.in template (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Jul 18, 2017
1 parent a614336 commit 88ba5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/setup_custom_pythonpath.sh.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env sh
# generated from dynamic_reconfigure/cmake/setup_custom_pythonpath.sh.in

PYTHONPATH=@CATKIN_DEVEL_PREFIX@/@CATKIN_GLOBAL_PYTHON_DESTINATION@:$PYTHONPATH
Expand Down

0 comments on commit 88ba5ef

Please sign in to comment.