From dc204d0c08798dbc3503108c34165f84624a0917 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 06:29:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92indent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/shell/bash.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/shell/bash.sh b/sh/shell/bash.sh index 20529c0..96d7376 100644 --- a/sh/shell/bash.sh +++ b/sh/shell/bash.sh @@ -4,9 +4,9 @@ # based on currently running shell case "${RWX_SHELL}" in - "bash") ;; - # skip illegal syntax to come - *) return ;; +"bash") ;; +# skip illegal syntax to come +*) return ;; esac # shellcheck disable=SC3033