From b939c88e0cf7c2e204f91a5161acdd2f5a732bf9 Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Fri, 20 May 2016 10:59:12 -0700 Subject: [PATCH] remove check for gettext dependency in install.sh --- scripts/obtain/dotnet-install.sh | 1 - scripts/obtain/install.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/obtain/dotnet-install.sh b/scripts/obtain/dotnet-install.sh index eaf7d7093..614bced13 100755 --- a/scripts/obtain/dotnet-install.sh +++ b/scripts/obtain/dotnet-install.sh @@ -121,7 +121,6 @@ check_pre_reqs() { [ -z "$($LDCONFIG_COMMAND -p | grep libssl)" ] && say_err "Unable to locate libssl. Install libssl to continue" && failing=true [ -z "$($LDCONFIG_COMMAND -p | grep libcurl)" ] && say_err "Unable to locate libcurl. Install libcurl to continue" && failing=true [ -z "$($LDCONFIG_COMMAND -p | grep libicu)" ] && say_err "Unable to locate libicu. Install libicu to continue" && failing=true - [ -z "$($LDCONFIG_COMMAND -p | grep gettext)" ] && say_err "Unable to locate gettext. Install gettext to continue" && failing=true fi if [ "$failing" = true ]; then diff --git a/scripts/obtain/install.sh b/scripts/obtain/install.sh index 5681beddc..6bd2e9bcb 100755 --- a/scripts/obtain/install.sh +++ b/scripts/obtain/install.sh @@ -121,7 +121,6 @@ check_pre_reqs() { [ -z "$($LDCONFIG_COMMAND -p | grep libssl)" ] && say_err "Unable to locate libssl. Install libssl to continue" && failing=true [ -z "$($LDCONFIG_COMMAND -p | grep libcurl)" ] && say_err "Unable to locate libcurl. Install libcurl to continue" && failing=true [ -z "$($LDCONFIG_COMMAND -p | grep libicu)" ] && say_err "Unable to locate libicu. Install libicu to continue" && failing=true - [ -z "$($LDCONFIG_COMMAND -p | grep gettext)" ] && say_err "Unable to locate gettext. Install gettext to continue" && failing=true fi if [ "$failing" = true ]; then