diff --git a/env-hooks/10.ros.buildspace.all.in b/env-hooks/10.ros.buildspace.all.in index 29ed8277..56bb581d 100644 --- a/env-hooks/10.ros.buildspace.all.in +++ b/env-hooks/10.ros.buildspace.all.in @@ -4,7 +4,7 @@ # # Scrub old ROS bin dirs, to avoid accidentally finding the wrong executables -PATH=`python -c "import os; print(os.pathsep.join([x for x in \"$PATH\".split(os.pathsep) if not any([d for d in ['cturtle', 'diamondback', 'electric', 'unstable', 'fuerte'] if d in x])]))"` +PATH=`python -c "import os; print(os.pathsep.join([x for x in \"$PATH\".split(os.pathsep) if not any([d for d in ['cturtle', 'diamondback', 'electric', 'unstable'] if d in x])]))"` export ROS_ROOT=@CMAKE_SOURCE_DIR@/ros export ROS_TEST_RESULTS_DIR=@CMAKE_BINARY_DIR@/test_results