File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -437,12 +437,12 @@ function tue-make
437437 fi
438438 case $build_tool in
439439 ' catkin build' )
440- python3 " $( command -v catkin) " build --workspace " $TUE_SYSTEM_DIR " " $@ "
440+ /usr/bin/ python3 " $( command -v catkin) " build --workspace " $TUE_SYSTEM_DIR " " $@ "
441441 return $?
442442 ;;
443443 ' ' )
444- python3 " $( command -v catkin) " config --init --mkdirs --workspace " $TUE_SYSTEM_DIR " --extend /opt/ros/" $TUE_ROS_DISTRO " -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCATKIN_ENABLE_TESTING=OFF
445- python3 " $( command -v catkin) " build --workspace " $TUE_SYSTEM_DIR " " $@ "
444+ /usr/bin/ python3 " $( command -v catkin) " config --init --mkdirs --workspace " $TUE_SYSTEM_DIR " --extend /opt/ros/" $TUE_ROS_DISTRO " -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCATKIN_ENABLE_TESTING=OFF
445+ /usr/bin/ python3 " $( command -v catkin) " build --workspace " $TUE_SYSTEM_DIR " " $@ "
446446 touch " $TUE_SYSTEM_DIR " /devel/.catkin # hack to allow overlaying to this ws while being empty
447447 ;;
448448 * )
@@ -488,7 +488,7 @@ function tue-make-test
488488 fi
489489 case ${build_tool} in
490490 ' catkin build' )
491- python3 " $( command -v catkin) " test --workspace " ${TUE_SYSTEM_DIR} " " $@ "
491+ /usr/bin/ python3 " $( command -v catkin) " test --workspace " ${TUE_SYSTEM_DIR} " " $@ "
492492 return $?
493493 ;;
494494 ' ' )
You can’t perform that action at this time.
0 commit comments