Skip to content

Commit fcfdb37

Browse files
authored
Update cleanup_system.sh
1 parent 337207f commit fcfdb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/scripts/cleanup_system.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function cleanup_system() {
55
local ros_distro=$2
66

77
apt-get autoremove -y && rm -rf "$HOME"/.cache &&
8-
find /usr/lib/$lib_dir-linux-gnu -name "*.a" -type f -delete &&
8+
find /usr/lib/"$lib_dir"-linux-gnu -name "*.a" -type f -delete &&
99
find / -name "*.o" -type f -delete &&
1010
find / -name "*.h" -type f -delete &&
1111
find / -name "*.hpp" -type f -delete &&

0 commit comments

Comments
 (0)