bash/case
This commit is contained in:
parent
dc204d0c08
commit
cdf0f47ca3
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@
|
||||||
|
|
||||||
# based on currently running shell
|
# based on currently running shell
|
||||||
case "${RWX_SHELL}" in
|
case "${RWX_SHELL}" in
|
||||||
|
# continue if it can handle it
|
||||||
"bash") ;;
|
"bash") ;;
|
||||||
# skip illegal syntax to come
|
# otherwise skip incorrect names to come
|
||||||
*) return ;;
|
*) return ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue