From cdf0f47ca380f28db0ad2f4e5a9e338b86c5ef86 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 06:39:28 +0200 Subject: [PATCH] bash/case --- sh/shell/bash.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sh/shell/bash.sh b/sh/shell/bash.sh index 96d7376..2f5d2d8 100644 --- a/sh/shell/bash.sh +++ b/sh/shell/bash.sh @@ -4,8 +4,9 @@ # based on currently running shell case "${RWX_SHELL}" in +# continue if it can handle it "bash") ;; -# skip illegal syntax to come +# otherwise skip incorrect names to come *) return ;; esac