File tree 2 files changed +2
-2
lines changed
catkin_virtualenv/cmake/templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${ARG_RENAME_PROCESS}" = "TRUE" ]; then
8
8
from setproctitle import setproctitle
9
9
10
10
program_path = "${program_path} "
11
- setproctitle(' '.join([program_path ] + sys.argv[1:]))
11
+ setproctitle(' '.join([" ${program_basename} " ] + sys.argv[1:]))
12
12
exec(open(program_path).read())
13
13
EOF
14
14
else
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${ARG_RENAME_PROCESS}" = "TRUE" ]; then
8
8
from setproctitle import setproctitle
9
9
10
10
program_path = "${CMAKE_INSTALL_PREFIX} /${program_install_location} /${program_basename} "
11
- setproctitle(' '.join([program_path ] + sys.argv[1:]))
11
+ setproctitle(' '.join([" ${program_basename} " ] + sys.argv[1:]))
12
12
exec(open(program_path).read())
13
13
EOF
14
14
else
You can’t perform that action at this time.
0 commit comments