From 1af763fece98bbcc7daeac977be6d1d252787ab6 Mon Sep 17 00:00:00 2001 From: Aleksandr Pantiukhov Date: Tue, 21 Aug 2018 14:35:14 +0200 Subject: [PATCH] Buildscript fix: we used a wrong comment indicator before Signed-off-by: Aleksandr Pantiukhov --- scripts/lib/setup/installers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/setup/installers.sh b/scripts/lib/setup/installers.sh index a497a6f932..fc5a50f11d 100755 --- a/scripts/lib/setup/installers.sh +++ b/scripts/lib/setup/installers.sh @@ -41,7 +41,7 @@ function install_wget() { if is_macos; then brew_install wget fi - // it's installed on ubuntu/debian by default + # it's installed on ubuntu/debian by default } function needs_java8_linux() {