Skip to content

Commit

Permalink
with but with -> with
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 269a6aa commit 1d9ccbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/catkin_install_python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function(catkin_install_python signature)
# Create devel-space wrapper if the destination is relative to the install prefix
if(NOT IS_ABSOLUTE ${ARG_DESTINATION})
message(STATUS "Installing devel-space wrapper ${source_file} to ${CATKIN_DEVEL_PREFIX}/${ARG_DESTINATION}")
# Create wrapper in devel space that uses source_file with but with correct shebang
# Create wrapper in devel space that uses source_file with correct shebang
set(PYTHON_SCRIPT ${source_file})
atomic_configure_file(${catkin_EXTRAS_DIR}/templates/script.py.in
${CATKIN_DEVEL_PREFIX}/${ARG_DESTINATION}/${name}
Expand Down

0 comments on commit 1d9ccbb

Please sign in to comment.