−indent
This commit is contained in:
parent
c8e4fc9b41
commit
dc204d0c08
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
# based on currently running shell
|
# based on currently running shell
|
||||||
case "${RWX_SHELL}" in
|
case "${RWX_SHELL}" in
|
||||||
"bash") ;;
|
"bash") ;;
|
||||||
# skip illegal syntax to come
|
# skip illegal syntax to come
|
||||||
*) return ;;
|
*) return ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# shellcheck disable=SC3033
|
# shellcheck disable=SC3033
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue