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