Skip to content

Commit 9a0fa59

Browse files
author
Murilo Marinho
committed
Crashing the compiler itself??
1 parent 664608b commit 9a0fa59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devel/build_ros2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ VERSION=$(date +"%-y.%-m.%-d%H%M%S")
107107
####################################################################
108108

109109
# Remove all related packages. The || true is so that it doesn't annoy us when something wasn't installed to begin with.
110-
sudo apt remove ros-"$rosv"-sas* -y || true
110+
sudo apt-get remove ros-"$rosv"-sas* -y || true
111111

112112
####################################################################
113113
# Build and install incrementally

0 commit comments

Comments
 (0)