From d3eaa0479cf9fb2a88a943524d55157b6dcaad43 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Mon, 7 Oct 2019 06:51:51 +0200 Subject: [PATCH] ubuntu.sh: correct output during ccache installation --- Tools/setup/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index d3ee20b98017..c464c6c81170 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -107,7 +107,7 @@ sudo apt-get -yy --quiet --no-install-recommends install \ if [[ "${UBUNTU_RELEASE}" == "16.04" ]]; then - echo "Installing Ubuntu 16.04 PX4-compatible cmake" + echo "Installing Ubuntu 16.04 PX4-compatible ccache version" wget -O /tmp/ccache_3.4.1-1_amd64.deb http://launchpadlibrarian.net/356662933/ccache_3.4.1-1_amd64.deb sudo dpkg -i /tmp/ccache_3.4.1-1_amd64.deb fi