From c04b4ca2c2355f071cffdaca7d738c506bca73b8 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 6 Nov 2022 17:32:40 -0500 Subject: [PATCH] Handle unknown case --- lug-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lug-helper.sh b/lug-helper.sh index 900c547..4e20eda 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1325,6 +1325,7 @@ download_select_install() { glibc_message+="Flatpak glibc: $flatpak_glibc\n" ;; *) + debug_print exit "Script error: Unknown glibc_fail string in download_select_install() function. Aborting." ;; esac done