Skip to content

Commit

Permalink
fix chaining of plain cmake packages: remove exec '' statement
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Smits <[email protected]>
  • Loading branch information
Ruben Smits committed May 14, 2013
1 parent 75893ab commit ed8ca32
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/catkin/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,10 +480,7 @@ def build_cmake_package(
export PATH="{path}$PATH"
export PKG_CONFIG_PATH="{pkgcfg_path}$PKG_CONFIG_PATH"
export PYTHONPATH="{pythonpath}$PYTHONPATH"
exec "$@"
""".format(**subs)
)
""".format(**subs))


def build_package(
Expand Down

0 comments on commit ed8ca32

Please sign in to comment.