From 903c9152604bb867fd478116a9bf87c299db8851 Mon Sep 17 00:00:00 2001 From: Nyx <144965845+nnyyxxxx@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:02:30 -0400 Subject: [PATCH] Fix bashism in checkaurhelper function (#475) Co-authored-by: nnyyxxxx --- tabs/common-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabs/common-script.sh b/tabs/common-script.sh index 6bcab74d..7f27f6f2 100644 --- a/tabs/common-script.sh +++ b/tabs/common-script.sh @@ -35,7 +35,7 @@ checkAURHelper() { AUR_HELPER="yay" AUR_HELPER_CHECKED=true else - echo -e "${RED}Failed to install AUR helper.${RC}" + printf "%b\n" "${RED}Failed to install AUR helper.${RC}" exit 1 fi fi