From 66c10b72e839e1ac013a8408eb631490e37059fc Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 7 Jan 2025 23:17:23 +0530 Subject: [PATCH] Small correction, removing debug statement --- src/git/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/git/install.sh b/src/git/install.sh index c4572dceb..c965f5503 100755 --- a/src/git/install.sh +++ b/src/git/install.sh @@ -30,7 +30,7 @@ elif [[ "${ID}" = "rhel" || "${ID}" = "fedora" || "${ID}" = "mariner" || "${ID_L VERSION_CODENAME="${ID}${VERSION_ID}" else echo "Linux distro ${ID} not supported." - exit 0 + exit 1 fi if [ "${ADJUSTED_ID}" = "rhel" ] && [ "${VERSION_CODENAME-}" = "centos7" ]; then @@ -377,5 +377,4 @@ if [[ $INSTALL_SUBTREE = "true" ]]; then fi rm -rf /tmp/git-${GIT_VERSION} clean_up -exit 0 echo "Done!"