From d46f8c0900f6ee6ed31fa59f0798b73c5682a89a Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 17 Sep 2025 12:13:46 +0200 Subject: [PATCH] always use bash as the shell. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9b9f720..c97265b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ # Copyright (c) 2025 Quinn # Licensed under the MIT Licence. See LICENSE for details +SHELL = bash # build configuration, information about the current build process NAME = mcaselector-lite