From 6ec0310ceb165f64bfeccab62e7a3076613a80d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20U=2E=20-=20curqui?= Date: Mon, 5 Feb 2024 10:59:54 +0100 Subject: [PATCH] Update download-latest.sh --- download-latest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download-latest.sh b/download-latest.sh index ae7a302e4..049f9b51e 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -68,9 +68,9 @@ get_os() { # Gets the C lib the system is using by setting the $c_lib variable. # Returns 0 in case of success, 1 otherwise. get_C_library(){ - if ldd --version | grep -i glibc;then + if ldd --version | grep -i glibc; then c_lib='glibc' - elif ldd --version | grep -i musl;then + elif ldd --version | grep -i musl; then c_library_failure_usage elif ldd --version | grep -i bionic; then c_library_failure_usage