From 1d130f86723d7c22d8b873cf85a9f292f267ef5e Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 31 Oct 2022 10:42:41 +0100 Subject: [PATCH] .shellcheckrc: set shell to bash Signed-off-by: tastytea --- .shellcheckrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.shellcheckrc b/.shellcheckrc index c237e0c..c6c7d82 100644 --- a/.shellcheckrc +++ b/.shellcheckrc @@ -1,3 +1,5 @@ +shell=bash + # This disables some warnings for stuff that is normal in ebuilds. Less false # positives, but also less right positives.