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