Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion catkin_virtualenv/cmake/templates/program.devel.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [ "${ARG_RENAME_PROCESS}" = "TRUE" ]; then
exec ${${PROJECT_NAME}_VENV_DEVEL_DIR}/bin/python - "$@" <<- EOF
exec ${${PROJECT_NAME}_VENV_DEVEL_DIR}/bin/python /dev/fd/3 "$@" 3<<- EOF
import re
import sys

Expand Down
2 changes: 1 addition & 1 deletion catkin_virtualenv/cmake/templates/program.install.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [ "${ARG_RENAME_PROCESS}" = "TRUE" ]; then
exec ${${PROJECT_NAME}_VENV_INSTALL_DIR}/bin/python - "$@" <<- EOF
exec ${${PROJECT_NAME}_VENV_INSTALL_DIR}/bin/python /dev/fd/3 "$@" 3<<- EOF
import re
import sys

Expand Down