Skip to content

Commit

Permalink
Merge pull request #422 from smits/groovy-devel
Browse files Browse the repository at this point in the history
fix chaining of plain cmake packages: remove exec '' statement
  • Loading branch information
dirk-thomas committed May 15, 2013
2 parents 75893ab + ed8ca32 commit db78d36
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 db78d36

Please sign in to comment.