fixing buildspace scrubber

This commit is contained in:
Ken Conley 2012-02-08 03:07:56 +00:00
parent 24a6d374ae
commit 3b10dc066a
1 changed files with 1 additions and 1 deletions

View File

@ -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